diff options
author | Christian Hesse <mail@eworm.de> | 2020-03-09 13:46:06 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-03-09 13:46:06 +0100 |
commit | 1f8c22b23de1704c6f83f24174daf67167ad53e6 (patch) | |
tree | 5043e05ebeadab82a6e09eb8604dd49fe7016e63 | |
parent | 8992b1816684d14e12f53f4a0629026589146e37 (diff) |
hotspot-to-wpa: unbreak options
-rw-r--r-- | hotspot-to-wpa | 2 |
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 ]; |