check-health: fix regex to load plugins

This commit is contained in:
Christian Hesse 2026-01-05 11:08:58 +01:00
parent 8528ca376c
commit 8fa17d4b3b

View file

@ -74,7 +74,7 @@
:set CheckHealthRAMUtilizationNotified false;
}
:local Plugins [ /system/script/find where name~"^check-health.d/." ];
:local Plugins [ /system/script/find where name~"^check-health\\.d/." ];
:if ([ :len $Plugins ] = 0) do={
$LogPrint debug $ScriptName ("No plugins installed.");
:set ExitOK true;