diff options
Diffstat (limited to 'global-functions')
-rw-r--r-- | global-functions | 7 |
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; } |