aboutsummaryrefslogtreecommitdiffstats
path: root/check-health.rsc
diff options
context:
space:
mode:
Diffstat (limited to 'check-health.rsc')
-rw-r--r--check-health.rsc3
1 files changed, 2 insertions, 1 deletions
diff --git a/check-health.rsc b/check-health.rsc
index b819665..9d7c68e 100644
--- a/check-health.rsc
+++ b/check-health.rsc
@@ -75,7 +75,8 @@
}
:if ([ :len [ /system/health/find ] ] = 0) do={
- $LogPrintExit2 debug $ScriptName ("Your device does not provide any health values.") true;
+ $LogPrintExit2 debug $ScriptName ("Your device does not provide any health values.") false;
+ :return true;
}
:if ([ :typeof $CheckHealthLast ] != "array") do={