aboutsummaryrefslogtreecommitdiffstats
path: root/hotspot-to-wpa.wifiwave2.rsc
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2024-03-04 17:54:28 +0100
committerGravatar Christian Hesse <mail@eworm.de>2024-03-12 15:27:15 +0100
commitc462c0b5983811d8a8b66e08184b38440941ff1c (patch)
treed798b765641787f0220ea1340327118e0d57b229 /hotspot-to-wpa.wifiwave2.rsc
parentd46156ad92322ffda1c7769d8eb9ea2b9fab6015 (diff)
parentada91536366d72e1a30c186be9289fb455ab3149 (diff)
Merge branch 'no-error-on-exit' into nextrouteros-7.15beta4-1
Diffstat (limited to 'hotspot-to-wpa.wifiwave2.rsc')
-rw-r--r--hotspot-to-wpa.wifiwave2.rsc7
1 files changed, 5 insertions, 2 deletions
diff --git a/hotspot-to-wpa.wifiwave2.rsc b/hotspot-to-wpa.wifiwave2.rsc
index ef068b6..519f81f 100644
--- a/hotspot-to-wpa.wifiwave2.rsc
+++ b/hotspot-to-wpa.wifiwave2.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;
@@ -52,7 +54,8 @@
comment=("hotspot-to-wpa template " . $Hotspot) disabled ]->0) ];
:if ($Template->"action" = "reject") do={
- $LogPrintExit2 info $ScriptName ("Ignoring login for hotspot '" . $Hotspot . "'.") true;
+ $LogPrintExit2 info $ScriptName ("Ignoring login for hotspot '" . $Hotspot . "'.") false;
+ :return true;
}
# allow login page to load