fix: also enable when host is flora

This commit is contained in:
Ahwx 2026-05-11 02:35:28 +02:00
parent 5450dca4bc
commit 52862ff096

View file

@ -8,6 +8,8 @@
true
else if (host == "sunflower") then
true
else if (host == "flora") then
true
else
false;
collector.enable = true;