mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2024-05-11 05:55: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:
@@ -13,7 +13,7 @@
|
||||
:global SentLteFirmwareUpgradeNotification;
|
||||
|
||||
:if ([ :typeof $SentLteFirmwareUpgradeNotification ] != "array") do={
|
||||
:global SentLteFirmwareUpgradeNotification [ :toarray "" ];
|
||||
:global SentLteFirmwareUpgradeNotification ({});
|
||||
}
|
||||
|
||||
:local CheckInterface do={
|
||||
|
Reference in New Issue
Block a user