aboutsummaryrefslogtreecommitdiffstats
path: root/backup-email.rsc
diff options
context:
space:
mode:
Diffstat (limited to 'backup-email.rsc')
-rw-r--r--backup-email.rsc3
1 files changed, 2 insertions, 1 deletions
diff --git a/backup-email.rsc b/backup-email.rsc
index b087f35..214c067 100644
--- a/backup-email.rsc
+++ b/backup-email.rsc
@@ -4,11 +4,12 @@
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
#
# provides: backup-script, order=20
+# requires RouterOS, version=7.12
#
# create and email backup and config file
# https://git.eworm.de/cgit/routeros-scripts/about/doc/backup-email.md
-:local 0 "backup-email";
+:local 0 [ :jobname ];
:global GlobalFunctionsReady;
:while ($GlobalFunctionsReady != true) do={ :delay 500ms; }