mirror of
https://github.com/eworm-de/routeros-scripts
synced 2024-05-14 08:04:19 +00:00
hotspot-to-wpa: lock the script
This commit is contained in:
parent
51ebbd46d9
commit
4176fd058e
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@
|
||||||
:global EitherOr;
|
:global EitherOr;
|
||||||
:global LogPrintExit2;
|
:global LogPrintExit2;
|
||||||
:global ParseKeyValueStore;
|
:global ParseKeyValueStore;
|
||||||
|
:global ScriptLock;
|
||||||
|
|
||||||
|
$ScriptLock $0;
|
||||||
|
|
||||||
:local MacAddress $"mac-address";
|
:local MacAddress $"mac-address";
|
||||||
:local UserName $username;
|
:local UserName $username;
|
||||||
|
|
Loading…
Reference in a new issue