mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2024-05-11 05:55:19 +00:00
global-functions: $DownloadPackage: fix typo
This commit is contained in:
+1
-1
@@ -264,7 +264,7 @@
|
||||
:local PkgDest [ $CleanFilePath ($PkgDir . "/" . $PkgFile) ];
|
||||
|
||||
:if ([ :len [ / file find where name=$PkgDest type="package" ] ] > 0) do={
|
||||
$LogPrintExit2 info $0 ("Package file alreasy exists.") false;
|
||||
$LogPrintExit2 info $0 ("Package file already exists.") false;
|
||||
:return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user