mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-08-04 18:25:17 +02:00
global-functions: drop $Read, use :return directly
This commit is contained in:
parent
5f7c727457
commit
04025da9b8
4 changed files with 3 additions and 14 deletions
|
@ -6,8 +6,6 @@
|
|||
#
|
||||
# !! Do not edit this file, it is generated from template!
|
||||
|
||||
:global Read;
|
||||
|
||||
:local Seen [ :toarray "" ];
|
||||
:local Shown [ :toarray "" ];
|
||||
|
||||
|
@ -24,7 +22,7 @@
|
|||
:set Shown ($Shown, $Mac);
|
||||
|
||||
:put "\nEnter to skip, numeric id to remove!";
|
||||
:local Remove [ $Read ];
|
||||
:local Remove [ :return ];
|
||||
:if ($Remove != "") do={
|
||||
:put ("Removing numeric id " . $Remove . "...\n");
|
||||
/ interface wireless access-list remove $Remove;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue