diff options
author | Christian Hesse <mail@eworm.de> | 2023-06-13 08:57:13 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-06-13 08:58:32 +0200 |
commit | 4176fd058eecb5553b0bbd6c15577b298b4f4d04 (patch) | |
tree | c5b1afe85dfd75efc57eb0bb71c9d843f9f380cb /hotspot-to-wpa.rsc | |
parent | 51ebbd46d969d6d025270dcab9a746589e1b613b (diff) |
hotspot-to-wpa: lock the script
Diffstat (limited to 'hotspot-to-wpa.rsc')
-rw-r--r-- | hotspot-to-wpa.rsc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hotspot-to-wpa.rsc b/hotspot-to-wpa.rsc index e2de112..d7aeb65 100644 --- a/hotspot-to-wpa.rsc +++ b/hotspot-to-wpa.rsc @@ -13,6 +13,9 @@ :global EitherOr; :global LogPrintExit2; :global ParseKeyValueStore; +:global ScriptLock; + +$ScriptLock $0; :local MacAddress $"mac-address"; :local UserName $username; |