aboutsummaryrefslogtreecommitdiffstats
path: root/email-backup
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2021-12-07 23:02:50 +0100
committerGravatar Christian Hesse <mail@eworm.de>2021-12-07 23:02:50 +0100
commit899085e831d8870cb0cfba400b85032805a3f5c1 (patch)
treed0b5a019826c27584082d95f6da56a95221ab561 /email-backup
parenta98965d727fe574bc57b63e3b0f9db30d96ff3fd (diff)
email-backup: drop warning on RouterOS v7...
... now that we have it in global-functions.
Diffstat (limited to 'email-backup')
-rw-r--r--email-backup6
1 files changed, 0 insertions, 6 deletions
diff --git a/email-backup b/email-backup
index 682cfbc..a819a4a 100644
--- a/email-backup
+++ b/email-backup
@@ -24,7 +24,6 @@
:global LogPrintExit2;
:global MkDir;
:global RandomDelay;
-:global RequiredRouterOS;
:global ScriptFromTerminal;
:global SendEMail2;
:global SymbolForNotification;
@@ -63,11 +62,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");
:set ConfigFile ($FileName . ".rsc");