aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2020-03-09 13:46:06 +0100
committerGravatar Christian Hesse <mail@eworm.de>2020-03-09 13:46:06 +0100
commit1f8c22b23de1704c6f83f24174daf67167ad53e6 (patch)
tree5043e05ebeadab82a6e09eb8604dd49fe7016e63
parent8992b1816684d14e12f53f4a0629026589146e37 (diff)
hotspot-to-wpa: unbreak options
-rw-r--r--hotspot-to-wpa2
1 files changed, 1 insertions, 1 deletions
diff --git a/hotspot-to-wpa b/hotspot-to-wpa
index aa1430a..f45bd6b 100644
--- a/hotspot-to-wpa
+++ b/hotspot-to-wpa
@@ -12,7 +12,7 @@
:local PassWord [ / ip hotspot user get [ find where name=$UserName ] password ];
:if ([ / caps-man access-list print count-only where comment="--- hotspot-to-wpa above ---" disabled ] = 0) do={
- / caps-man access-list add comment="--- hotspot-to-wpa above ---" disabled;
+ / caps-man access-list add comment="--- hotspot-to-wpa above ---" disabled=yes;
$LogPrintExit warning "Added disabled access-list entry with comment '--- hotspot-to-wpa above ---'." false;
}
:local PlaceBefore [ / caps-man access-list find where comment="--- hotspot-to-wpa above ---" disabled ];