capsman-download-packages: use proper array syntax

This commit is contained in:
Christian Hesse 2022-07-21 13:59:06 +02:00
parent 82f27268b3
commit 50178e2a3c

View file

@ -62,7 +62,7 @@ $WaitFullyConnected;
}
}
:foreach Log in=[ /log/find where topics=({"caps", "error"}) \
:foreach Log in=[ /log/find where topics=({"caps"; "error"}) \
message~("upgrade status: failed, failed to download file '.*-" . $InstalledVersion . \
"-.*\\.npk', no such file") ] do={
:local Message [ /log/get $Log message ];