mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-08-03 09:44:35 +02:00
email-daily-psk: less line breaks
This commit is contained in:
parent
e1f134ead5
commit
9d498a60bd
1 changed files with 1 additions and 3 deletions
|
@ -17,9 +17,7 @@
|
|||
|
||||
:local seen 0;
|
||||
:foreach "seen-ssid" in=$"seen-ssids" do={
|
||||
:if ($"seen-ssid" = $ssid) do={
|
||||
:set seen 1;
|
||||
}
|
||||
:if ($"seen-ssid" = $ssid) do={ :set seen 1; }
|
||||
}
|
||||
|
||||
:if ($seen = 0) do={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue