aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2021-06-23 10:05:41 +0200
committerGravatar Christian Hesse <mail@eworm.de>2021-06-23 10:26:49 +0200
commit64496d76c2f450c001f05769a83075b4fe18fbaf (patch)
treeb4ec2a4f0b174250591a0296b4a5b0154609fd14
parent037d287e5b250ec794f26cb0bef3fd214a35aef2 (diff)
notify about tag in scriptschange-56
-rw-r--r--global-config2
-rw-r--r--global-config-overlay2
-rw-r--r--global-config.changes1
-rw-r--r--global-functions2
4 files changed, 4 insertions, 3 deletions
diff --git a/global-config b/global-config
index 05197cf..92bb4b2 100644
--- a/global-config
+++ b/global-config
@@ -8,7 +8,7 @@
# Make sure all configuration properties are up to date and this
# value is in sync with value in script 'global-functions'!
-:global GlobalConfigVersion 55;
+:global GlobalConfigVersion 56;
# This is used for DNS and backup file.
:global Domain "example.com";
diff --git a/global-config-overlay b/global-config-overlay
index e3f3fd7..e697b94 100644
--- a/global-config-overlay
+++ b/global-config-overlay
@@ -8,7 +8,7 @@
# Make sure all configuration properties are up to date and this
# value is in sync with value in script 'global-functions'!
# Comment or remove to disable news and change notifications.
-:global GlobalConfigVersion 55;
+:global GlobalConfigVersion 56;
# Copy configuration from global-config here and modify it.
diff --git a/global-config.changes b/global-config.changes
index c4ccb69..c4a335a 100644
--- a/global-config.changes
+++ b/global-config.changes
@@ -59,6 +59,7 @@
53="Added support to send notifications via Matrix.";
54="Support for Telegram notifications moved to a module. It is installed automatically if required.";
55="Added reverse logic in 'log-forward', so messages can be included even if filtered before.";
+ 56="Added tags in all backup, lease and ppp-on-up scripts. These are used by 'packages-update', 'lease-script' and 'ppp-on-up' to find the scripts.";
};
# Migration steps to be applied on script updates
diff --git a/global-functions b/global-functions
index a4b4c4c..c3c6e55 100644
--- a/global-functions
+++ b/global-functions
@@ -8,7 +8,7 @@
# https://git.eworm.de/cgit/routeros-scripts/about/
# expected configuration version
-:global ExpectedConfigVersion 55;
+:global ExpectedConfigVersion 56;
# global variables not to be changed by user
:global GlobalFunctionsReady false;