diff options
author | Christian Hesse <mail@eworm.de> | 2020-02-04 20:19:46 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-02-04 20:19:46 +0100 |
commit | b5f4c2c87eb0c59570811b3accc2dedf0147d61f (patch) | |
tree | 8aa2d1c9bbcde55e36d57c8576bc3ab9a3606aee /global-config-overlay | |
parent | 03af7d6d9c64cc57d1d0e3280e4ed1a6308e6448 (diff) |
global-config: drop $ScriptUpdatesConfigChangesIgnorechange-12
Comment or remove $GlobalConfigVersion in global-config-overlay
to disable change notifications.
Diffstat (limited to 'global-config-overlay')
-rw-r--r-- | global-config-overlay | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/global-config-overlay b/global-config-overlay index 6b74715..e2c8909 100644 --- a/global-config-overlay +++ b/global-config-overlay @@ -6,7 +6,8 @@ # Make sure all configuration properties are up to date and this # value is in sync with value in script 'global-functions'! -:global GlobalConfigVersion 11; +# Comment or remove to disable change notifications. +:global GlobalConfigVersion 12; # The global-config script is updated by script-updates, # global-config-overlay becomes an overlay for your changes. |