netwatch-dns: 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:35:18 +02:00
parent f34c353b5f
commit 8a85a258fc

View file

@ -21,8 +21,8 @@ $ScriptLock $0;
$LogPrintExit2 info $0 ("System just booted, giving netwatch some time to settle.") true; $LogPrintExit2 info $0 ("System just booted, giving netwatch some time to settle.") true;
} }
:local DnsServers [ :toarray "" ]; :local DnsServers ({});
:local DnsFallback [ :toarray "" ]; :local DnsFallback ({});
:local DnsCurrent [ /ip/dns/get servers ]; :local DnsCurrent [ /ip/dns/get servers ];
:foreach Host in=[ /tool/netwatch/find where comment~"dns" !disabled ] do={ :foreach Host in=[ /tool/netwatch/find where comment~"dns" !disabled ] do={