mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2024-05-11 05:55:19 +00:00
global-functions: notify about settings override
This commit is contained in:
@@ -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 47;
|
||||
:global GlobalConfigVersion 48;
|
||||
|
||||
# This is used for DNS and backup file.
|
||||
:global Domain "example.com";
|
||||
|
@@ -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 47;
|
||||
:global GlobalConfigVersion 48;
|
||||
|
||||
# Copy configuration from global-config here and modify it.
|
||||
|
||||
|
@@ -51,6 +51,7 @@
|
||||
45="We have a Telegram Group! Come along and say hello: https://t.me/routeros_scripts";
|
||||
46="Added configurable random delay in backup scripts to stretch execution and prevent resource congestion.";
|
||||
47="Removed obsolete intermediate certificate 'Let's Encrypt Authority X3' from store.";
|
||||
48="Added support for overriding e-mail and Telegram settings for every script.";
|
||||
};
|
||||
|
||||
# Migration steps to be applied on script updates
|
||||
|
@@ -8,7 +8,7 @@
|
||||
# https://git.eworm.de/cgit/routeros-scripts/about/
|
||||
|
||||
# expected configuration version
|
||||
:global ExpectedConfigVersion 47;
|
||||
:global ExpectedConfigVersion 48;
|
||||
|
||||
# global variables not to be changed by user
|
||||
:global GlobalFunctionsReady false;
|
||||
|
Reference in New Issue
Block a user