mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-10 10:04:28 +02:00
backup-email: update initialization of empty array
Having the parenthesis here is important for valid syntax!
This commit is contained in:
parent
073f432204
commit
3006e96598
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ $WaitFullyConnected;
|
|||
:local FilePath ($0 . "/" . $FileName);
|
||||
:local BackupFile "none";
|
||||
:local ConfigFile "none";
|
||||
:local Attach [ :toarray "" ];
|
||||
:local Attach ({});
|
||||
|
||||
# binary backup
|
||||
:if ($BackupSendBinary = true) do={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue