diff options
author | Christian Hesse <mail@eworm.de> | 2020-07-14 16:32:17 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-07-14 17:02:41 +0200 |
commit | f4d6e07dbb6c1406b56c77116a52d11ff8b363b1 (patch) | |
tree | 18d6ffb82f0708255ccff24c03e3429d457fc440 /global-config-overlay | |
parent | d1b6ca3d0b531f310a21b947837f7771649b9e17 (diff) |
global-config: dropped $ScriptUpdatesIgnore, use ignore flag in commentchange-22
Diffstat (limited to 'global-config-overlay')
-rw-r--r-- | global-config-overlay | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/global-config-overlay b/global-config-overlay index d143efa..22d3ab5 100644 --- a/global-config-overlay +++ b/global-config-overlay @@ -9,13 +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 21; - -# The global-config script is updated by $ScriptInstallUpdate, -# global-config-overlay becomes an overlay for your changes. -:global ScriptUpdatesIgnore { - "global-config-overlay" -} +:global GlobalConfigVersion 22; # Copy configuration from global-config here and modify it. |