mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-22 03:44:59 +02:00
global-functions: add missing colon
This commit is contained in:
parent
52f4f484e5
commit
6c3bcdecb2
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@
|
|||
:global LogPrintExit;
|
||||
:global WaitForFile;
|
||||
|
||||
:if ([ :len $PkgName ] = 0) do={ return false; }
|
||||
:if ([ :len $PkgName ] = 0) do={ :return false; }
|
||||
:if ([ :len $PkgVer ] = 0) do={ :set PkgVer [ / system package update get installed-version ]; }
|
||||
:if ([ :len $PkgArch ] = 0) do={ :set PkgArch [ / system resource get architecture-name ]; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue