mirror of
https://github.com/eworm-de/routeros-scripts
synced 2024-05-14 08:04:19 +00:00
lease-script: fix typo
This commit is contained in:
parent
c66bb89be2
commit
6632914bf1
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
# ( / ip dhcp-server set lease-script=lease-script [ find ] )
|
||||
|
||||
:local scripts { "dhcp-to-dns";
|
||||
"collect-wireless-mac.local"; "dhcp-lease-comment.local",
|
||||
"collect-wireless-mac.local"; "dhcp-lease-comment.local";
|
||||
"collect-wireless-mac.capsman"; "dhcp-lease-comment.capsman" };
|
||||
|
||||
# delay a second to give time to update the lease table
|
||||
|
|
Loading…
Reference in a new issue