mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-08-03 17:54:36 +02:00
hotspot-to-wpa: always use first entry to place before
This commit is contained in:
parent
3eccf923cc
commit
90672798e8
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
/ 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 ];
|
||||
:local PlaceBefore ([ / caps-man access-list find where comment="--- hotspot-to-wpa above ---" disabled ]->0);
|
||||
|
||||
$LogPrintExit info ("Adding/updating accesslist entry for mac address " . $MacAddress . \
|
||||
" (user " . $UserName . ").") false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue