aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2021-01-22 10:08:15 +0100
committerGravatar Christian Hesse <mail@eworm.de>2021-01-22 10:08:15 +0100
commiteaea89112ab0b700c4b6b459eb31d8931159ce38 (patch)
tree0f6961685da9f9092d335ea2d90af12f0b958a26
parentb780b40baf904a0448d1a8e60cc6e3626183120c (diff)
global-functions: $LogPrintExit: notify about colorful outputchange-42
-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 4e1bca5..b8bdd44 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 41;
+:global GlobalConfigVersion 42;
# This is used for DNS and backup file.
:global Domain "example.com";
diff --git a/global-config-overlay b/global-config-overlay
index b45b0cb..8925b4c 100644
--- a/global-config-overlay
+++ b/global-config-overlay
@@ -9,7 +9,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 change notifications.
-:global GlobalConfigVersion 41;
+:global GlobalConfigVersion 42;
# Copy configuration from global-config here and modify it.
diff --git a/global-config.changes b/global-config.changes
index e79047a..4ad3fee 100644
--- a/global-config.changes
+++ b/global-config.changes
@@ -45,6 +45,7 @@
39="Added support for interface specific address list entries in 'ipv6-update'.";
40="Made the certificate renewal time configurable.";
41="Implemented migration mechanism for script updates.";
+ 42="Made severity in terminal output colorful, with opt-out.";
};
# Migration steps to be applied on script updates
diff --git a/global-functions b/global-functions
index 3518e36..7d3e4c5 100644
--- a/global-functions
+++ b/global-functions
@@ -8,7 +8,7 @@
# https://git.eworm.de/cgit/routeros-scripts/about/
# expected configuration version
-:global ExpectedConfigVersion 41;
+:global ExpectedConfigVersion 42;
# global variables not to be changed by user
:global GlobalFunctionsReady false;