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 | |
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')
-rw-r--r-- | global-config | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/global-config b/global-config index 95db1c5..a55a9d6 100644 --- a/global-config +++ b/global-config @@ -6,7 +6,7 @@ # Make sure all configuration properties are up to date and this # value is in sync with value in script 'global-functions'! -:global GlobalConfigVersion 11; +:global GlobalConfigVersion 12; # This is used for DNS and backup file. :global Domain "example.com"; @@ -109,8 +109,6 @@ :global ScriptUpdatesIgnore { "global-config" } -# Enable this to silence all configuration warnings. -:global ScriptUpdatesConfigChangesIgnore false; # This project is developed in private spare time and usage is free of charge # for you. If you like the scripts and think this is of value for you or your # business please consider a donation: |