mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-06-28 20:30:05 +02:00
finally remove old scripts
This commit is contained in:
parent
b864db1e38
commit
dc7fc0d385
9 changed files with 5 additions and 38 deletions
11
global-wait
11
global-wait
|
@ -1,11 +0,0 @@
|
|||
#!rsc by RouterOS
|
||||
# RouterOS script: global-wait
|
||||
|
||||
:global GlobalFunctionsReady;
|
||||
:while ($GlobalFunctionsReady != true) do={
|
||||
:delay 500ms;
|
||||
}
|
||||
|
||||
:global LogPrintExit2;
|
||||
|
||||
$LogPrintExit2 warning "global-wait" ("This script is now useless, please remove it from configuration.") true;
|
Loading…
Add table
Add a link
Reference in a new issue