global-functions: $LogPrintOnce: drop support for exit

This is not widely adopted or used, so let's just drop it - no
compatibility.
This commit is contained in:
Christian Hesse 2024-03-08 11:09:22 +01:00
parent 76f65c13d7
commit 19802c0b69
4 changed files with 9 additions and 9 deletions

View file

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