global-functions: $ScriptLock: do not exit from global function

This commit is contained in:
Christian Hesse 2024-03-05 16:12:36 +01:00
parent 56e97dd60c
commit 1e8918fdaa
57 changed files with 172 additions and 61 deletions

View file

@ -27,7 +27,9 @@
:global ValidateSyntax;
:global WaitFullyConnected;
$ScriptLock $ScriptName;
:if ([ $ScriptLock $ScriptName ] = false) do={
:return false;
}
:if ([ /tool/sms/get receive-enabled ] = false) do={
$LogPrintOnce warning $ScriptName ("Receiving of SMS is not enabled.") true;