mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2024-05-11 05:55:19 +00:00
capsman-download-packages: syntax error with missing parenthesis
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user