mirror of
https://github.com/eworm-de/routeros-scripts
synced 2024-05-14 08:04:19 +00:00
capsman-download-packages: syntax error with missing parenthesis
This commit is contained in:
parent
ab4aef4dfb
commit
67f4b135f5
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
:if ($File->"package-name" = "wireless@") do={
|
||||
:set ($File->"package-name") "wireless";
|
||||
}
|
||||
:if ([ $DownloadPackage ($File->"package-name") $InstalledVersion $File->"package-architecture" $PackagePath ] = true) do={
|
||||
:if ([ $DownloadPackage ($File->"package-name") $InstalledVersion ($File->"package-architecture") $PackagePath ] = true) do={
|
||||
:set Updated true;
|
||||
/ file remove $Package;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue