From 1f8c22b23de1704c6f83f24174daf67167ad53e6 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Mon, 9 Mar 2020 13:46:06 +0100 Subject: hotspot-to-wpa: unbreak options --- hotspot-to-wpa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]; -- cgit v1.2.3-54-g00ecf