mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-21 19:34:41 +02: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…
Add table
Add a link
Reference in a new issue