diff options
author | Christian Hesse <mail@eworm.de> | 2024-03-04 15:58:32 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2024-03-12 15:27:15 +0100 |
commit | 3acdebad044785371208246ab74b062a32a6d09f (patch) | |
tree | 99be44adc50e9c94d88acfc332ce5de84aaf38a5 /hotspot-to-wpa.capsman.rsc | |
parent | ab0b2e27c3d190b627325827d0fba5808cba9137 (diff) |
hotspot-to-wpa: do not exit with error
Diffstat (limited to 'hotspot-to-wpa.capsman.rsc')
-rw-r--r-- | hotspot-to-wpa.capsman.rsc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hotspot-to-wpa.capsman.rsc b/hotspot-to-wpa.capsman.rsc index d903fe9..f9f9324 100644 --- a/hotspot-to-wpa.capsman.rsc +++ b/hotspot-to-wpa.capsman.rsc @@ -52,7 +52,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 |