mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-24 04:44:26 +02:00
global-functions: $FlushTelegramQueue: do not fail if run without scheduler
This commit is contained in:
parent
cef0e8c079
commit
adf35f3b16
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@
|
|||
}
|
||||
|
||||
:if ($AllDone = true && $QueueLen = [ :len $TelegramQueue ]) do={
|
||||
/ system scheduler remove FlushTelegramQueue;
|
||||
/ system scheduler remove [ find where name="FlushTelegramQueue" ];
|
||||
:set TelegramQueue;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue