mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-24 21:04:28 +02:00
remove extra dollar sign
This commit is contained in:
parent
dee4495c0c
commit
a0fb616715
5 changed files with 9 additions and 9 deletions
|
@ -22,7 +22,7 @@
|
|||
}
|
||||
:if ($skip = 0) do={
|
||||
/ %PATH% access-list print where mac-address=$mac;
|
||||
:set $shown ( $shown , $mac );
|
||||
:set shown ( $shown , $mac );
|
||||
|
||||
:put "\nEnter to skip, numeric id to remove!";
|
||||
:local remove [ $Read ];
|
||||
|
@ -33,5 +33,5 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
:set $seen ( $seen , $mac );
|
||||
:set seen ( $seen , $mac );
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue