mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2024-05-11 05:55:19 +00:00
hotspot-to-wpa-cleanup: lock script (and wait)
This commit is contained in:
@ -13,6 +13,9 @@
|
||||
:while ($GlobalFunctionsReady != true) do={ :delay 500ms; }
|
||||
|
||||
:global LogPrintExit2;
|
||||
:global ScriptLock;
|
||||
|
||||
$ScriptLock $0 false 10;
|
||||
|
||||
:foreach Client in=[ / caps-man registration-table find where comment~"^hotspot-to-wpa:" ] do={
|
||||
:local ClientVal [ / caps-man registration-table get $Client ];
|
||||
|
Reference in New Issue
Block a user