mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-08-05 02:34:40 +02:00
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:
parent
76f65c13d7
commit
19802c0b69
4 changed files with 9 additions and 9 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue