aboutsummaryrefslogtreecommitdiffstats
path: root/hotspot-to-wpa.capsman.rsc
diff options
context:
space:
mode:
Diffstat (limited to 'hotspot-to-wpa.capsman.rsc')
-rw-r--r--hotspot-to-wpa.capsman.rsc4
1 files changed, 3 insertions, 1 deletions
diff --git a/hotspot-to-wpa.capsman.rsc b/hotspot-to-wpa.capsman.rsc
index f9f9324..7498ae2 100644
--- a/hotspot-to-wpa.capsman.rsc
+++ b/hotspot-to-wpa.capsman.rsc
@@ -23,7 +23,9 @@
:global ParseKeyValueStore;
:global ScriptLock;
- $ScriptLock $ScriptName;
+ :if ([ $ScriptLock $ScriptName ] = false) do={
+ :return false;
+ }
:if ([ :len $MacAddress ] = 0 || [ :len $UserName ] = 0) do={
$LogPrintExit2 error $ScriptName ("This script is supposed to run from hotspot on login.") true;