mirror of
https://github.com/eworm-de/routeros-scripts
synced 2024-05-14 08:04:19 +00:00
check-lte-firmware-upgrade: update initialization of empty array
Having the parenthesis here is important for valid syntax!
This commit is contained in:
parent
eae9a7b956
commit
2d30f4e462
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
:global SentLteFirmwareUpgradeNotification;
|
||||
|
||||
:if ([ :typeof $SentLteFirmwareUpgradeNotification ] != "array") do={
|
||||
:global SentLteFirmwareUpgradeNotification [ :toarray "" ];
|
||||
:global SentLteFirmwareUpgradeNotification ({});
|
||||
}
|
||||
|
||||
:local CheckInterface do={
|
||||
|
|
Loading…
Reference in a new issue