diff options
author | Christian Hesse <mail@eworm.de> | 2020-12-18 17:50:37 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-12-18 20:32:29 +0100 |
commit | 0360a0ef901659b7a63ba9fcdf70883b8f098e72 (patch) | |
tree | 26003d70628f5b9a143b2eae72b870831c321f3c /global-config-overlay | |
parent | 40dc2415d3c414d77f31084936040d586d8c8acb (diff) |
global-functions: $ScriptInstallUpdate: implement migration mechanismchange-41
Reset $SentConfigChangesNotification and rerun $ScriptInstallUpdate
to test...
:set SentConfigChangesNotification
$ScriptInstallUpdate
Diffstat (limited to 'global-config-overlay')
-rw-r--r-- | global-config-overlay | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global-config-overlay b/global-config-overlay index aa22167..a7cd500 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 40; +:global GlobalConfigVersion 41; # Copy configuration from global-config here and modify it. |