diff options
author | Christian Hesse <mail@eworm.de> | 2021-12-07 23:03:30 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2021-12-07 23:03:30 +0100 |
commit | 7b770b2fb8e523eb434fcf97bea0058673e23bf3 (patch) | |
tree | 0b8ad980800cf1894265960a565cb0325e695cae | |
parent | 899085e831d8870cb0cfba400b85032805a3f5c1 (diff) |
upload-backup: drop warning on RouterOS v7...
... now that we have it in global-functions.
-rw-r--r-- | upload-backup | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/upload-backup b/upload-backup index 088c495..cde847c 100644 --- a/upload-backup +++ b/upload-backup @@ -28,7 +28,6 @@ :global LogPrintExit2; :global MkDir; :global RandomDelay; -:global RequiredRouterOS; :global ScriptFromTerminal; :global SendNotification2; :global SymbolForNotification; @@ -77,11 +76,6 @@ $WaitFullyConnected; # create configuration export :if ($BackupSendExport = true) do={ - :if ([ $RequiredRouterOS $0 "7.1rc1" false ] = true) do={ - $LogPrintExit2 warning $0 ("RouterOS v7 hides sensitive information on export. " . \ - "Switch to branch 'routeros-v7' for full export.") false; - } - / export terse file=$FilePath; $WaitForFile ($FilePath . ".rsc"); |