diff options
Diffstat (limited to 'sms-action')
-rw-r--r-- | sms-action | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -6,6 +6,9 @@ # run action on received SMS # https://git.eworm.de/cgit/routeros-scripts/about/doc/sms-action.md +:global GlobalFunctionsReady; +:while ($GlobalFunctionsReady != true) do={ :delay 500ms; } + :global SmsAction; :global LogPrintExit; |