mirror of
https://github.com/nymurbd/MikroTik-scripts.git
synced 2025-12-24 02:59:31 +00:00
global: drop script 'global-wait'
All scripts wait for the global functions on their own now.
This commit is contained in:
parent
2db73a189c
commit
d5afc79eed
51 changed files with 137 additions and 81 deletions
|
|
@ -6,6 +6,9 @@
|
|||
# add private WPA passphrase after hotspot login
|
||||
# https://git.eworm.de/cgit/routeros-scripts/about/doc/hotspot-to-wpa.md
|
||||
|
||||
:global GlobalFunctionsReady;
|
||||
:while ($GlobalFunctionsReady != true) do={ :delay 500ms; }
|
||||
|
||||
:global LogPrintExit;
|
||||
|
||||
:local MacAddress $"mac-address";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue