1
0
mirror of https://github.com/eworm-de/routeros-scripts.git synced 2024-05-11 05:55:19 +00:00

global-functions: add missing colon

This commit is contained in:
Christian Hesse
2020-09-17 21:21:04 +02:00
parent 52f4f484e5
commit 6c3bcdecb2

View File

@@ -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 ]; }