mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-14 12:04:29 +02:00
packages-update: add missing colon
This commit is contained in:
parent
7ed54a4fe7
commit
6f7ecaeec4
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ $ScriptLock $0;
|
|||
|
||||
:foreach Package in=[ / system package find where !bundle ] do={
|
||||
:local PkgName [ / system package get $Package name ];
|
||||
if ([ $DownloadPackage $PkgName ($Update->"latest-version") ] = false) do={
|
||||
:if ([ $DownloadPackage $PkgName ($Update->"latest-version") ] = false) do={
|
||||
$LogPrintExit2 error $0 ("Download for package " . $PkgName . " failed.") true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue