mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-15 12:34:27 +02:00
packages-update: update wording
This commit is contained in:
parent
6f7ecaeec4
commit
afc231596c
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ $ScriptLock $0;
|
||||||
:foreach Package in=[ / system package find where !bundle ] do={
|
:foreach Package in=[ / system package find where !bundle ] do={
|
||||||
:local PkgName [ / system package get $Package name ];
|
: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;
|
$LogPrintExit2 error $0 ("Download for package " . $PkgName . " failed, update aborted.") true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue