mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2024-05-11 05:55:19 +00:00
sms-forward: do not exit with error
This commit is contained in:
@ -38,7 +38,8 @@
|
||||
:local Settings [ /tool/sms/get ];
|
||||
|
||||
:if ([ /interface/lte/get ($Settings->"port") running ] != true) do={
|
||||
$LogPrintExit2 info $ScriptName ("The LTE interface is not in running state, skipping.") true;
|
||||
$LogPrintExit2 info $ScriptName ("The LTE interface is not in running state, skipping.") false;
|
||||
:return true;
|
||||
}
|
||||
|
||||
# forward SMS in a loop
|
||||
|
Reference in New Issue
Block a user