mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-23 04:14:27 +02:00
email-daily-psk: properly create empty array
https://wiki.mikrotik.com/wiki/Manual:Scripting_Tips_and_Tricks#How_to_define_empty_array
This commit is contained in:
parent
07e54dd88b
commit
c613602401
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
:global "email-general-cc";
|
:global "email-general-cc";
|
||||||
:global "daily-psk-match-comment";
|
:global "daily-psk-match-comment";
|
||||||
|
|
||||||
:local seen { "" };
|
:local seen [ :toarray "" ];
|
||||||
|
|
||||||
:foreach acclist in=[ / interface wireless access-list find where comment~$"daily-psk-match-comment" ] do={
|
:foreach acclist in=[ / interface wireless access-list find where comment~$"daily-psk-match-comment" ] do={
|
||||||
:local skip 0;
|
:local skip 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue