From 99a23f99e5956b451b05f0a42c07742faf717c12 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 28 Feb 2019 14:41:44 +0100 Subject: global-functions: remove extra check in $DownloadPackage Should be fixed in RouterOS 6.44rc1 with changelog: *) fetch - improved file downloading to slow memory; --- global-functions | 7 ------- 1 file changed, 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; } -- cgit v1.2.3-54-g00ecf