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 | |
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')
-rw-r--r-- | global-config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global-config b/global-config index c1f5ec5..379701a 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 40; +:global GlobalConfigVersion 41; # This is used for DNS and backup file. :global Domain "example.com"; |