mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2026-08-01 14:11:35 +00:00
FIXUP
This commit is contained in:
parent
1927330c88
commit
94ea51da09
3 changed files with 3 additions and 3 deletions
|
|
@ -52,7 +52,7 @@
|
|||
:set UserVal [ /ip/hotspot/user/get [ find where name=$UserName ] ];
|
||||
}
|
||||
:local UserInfo [ $ParseKeyValueStore ($UserVal->"comment") ];
|
||||
:local Hotspot [ /ip/hotspot/host/get [ find where mac-address=$MacAddress authorized ] server ];
|
||||
:local Hotspot [ /ip/hotspot/host/get [ find where mac-address=$MacAddress ] server ];
|
||||
|
||||
:if ([ :len [ /interface/wifi/access-list/find where \
|
||||
comment=("hotspot-to-wpa template " . $Hotspot) disabled ] ] = 0) do={
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue