mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2024-05-11 05:55:19 +00:00
notify about tag in scripts
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
# Make sure all configuration properties are up to date and this
|
# Make sure all configuration properties are up to date and this
|
||||||
# value is in sync with value in script 'global-functions'!
|
# value is in sync with value in script 'global-functions'!
|
||||||
:global GlobalConfigVersion 55;
|
:global GlobalConfigVersion 56;
|
||||||
|
|
||||||
# This is used for DNS and backup file.
|
# This is used for DNS and backup file.
|
||||||
:global Domain "example.com";
|
:global Domain "example.com";
|
||||||
|
@@ -8,7 +8,7 @@
|
|||||||
# Make sure all configuration properties are up to date and this
|
# Make sure all configuration properties are up to date and this
|
||||||
# value is in sync with value in script 'global-functions'!
|
# value is in sync with value in script 'global-functions'!
|
||||||
# Comment or remove to disable news and change notifications.
|
# Comment or remove to disable news and change notifications.
|
||||||
:global GlobalConfigVersion 55;
|
:global GlobalConfigVersion 56;
|
||||||
|
|
||||||
# Copy configuration from global-config here and modify it.
|
# Copy configuration from global-config here and modify it.
|
||||||
|
|
||||||
|
@@ -59,6 +59,7 @@
|
|||||||
53="Added support to send notifications via Matrix.";
|
53="Added support to send notifications via Matrix.";
|
||||||
54="Support for Telegram notifications moved to a module. It is installed automatically if required.";
|
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.";
|
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
|
# Migration steps to be applied on script updates
|
||||||
|
@@ -8,7 +8,7 @@
|
|||||||
# https://git.eworm.de/cgit/routeros-scripts/about/
|
# https://git.eworm.de/cgit/routeros-scripts/about/
|
||||||
|
|
||||||
# expected configuration version
|
# expected configuration version
|
||||||
:global ExpectedConfigVersion 55;
|
:global ExpectedConfigVersion 56;
|
||||||
|
|
||||||
# global variables not to be changed by user
|
# global variables not to be changed by user
|
||||||
:global GlobalFunctionsReady false;
|
:global GlobalFunctionsReady false;
|
||||||
|
Reference in New Issue
Block a user