backup-email: update initialization of empty array

Having the parenthesis here is important for valid syntax!
This commit is contained in:
Christian Hesse 2022-07-13 11:31:29 +02:00
parent 073f432204
commit 3006e96598

View file

@ -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={