mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-08-02 17:24:30 +02: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…
Add table
Add a link
Reference in a new issue