aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2019-02-28 14:41:44 +0100
committerGravatar Christian Hesse <mail@eworm.de>2019-02-28 14:41:44 +0100
commit99a23f99e5956b451b05f0a42c07742faf717c12 (patch)
tree45b3a9e54bf5d2632e387ff21ef020bbdf778dac
parentfee0b6eb9b9dc6545df83e7e24319424d8b716bc (diff)
global-functions: remove extra check in $DownloadPackagerouteros-6.44rc1
Should be fixed in RouterOS 6.44rc1 with changelog: *) fetch - improved file downloading to slow memory;
-rw-r--r--global-functions7
1 files changed, 0 insertions, 7 deletions
diff --git a/global-functions b/global-functions
index 533e588..d6b2d4b 100644
--- a/global-functions
+++ b/global-functions
@@ -178,13 +178,6 @@
:return false;
}
- # Fetch tool in RouterOS has an issue where it truncates files on slow
- # storage. Detect that... TODO: Remove when fixed. (Ticket#2019021122006199)
- :if ([ / file get [ find where name=$PkgDest ] type ] != "package") do={
- / file remove [ find where name=$PkgDest ];
- :return false;
- }
-
:return true;
}