diff options
author | Christian Hesse <mail@eworm.de> | 2019-04-02 08:48:35 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2019-04-02 08:48:35 +0200 |
commit | 7b1c275cc2daabf29e2d027ebab3d8d2e5e07b33 (patch) | |
tree | 80dd56ce36e2ae7e4445fa41894aee007695b55a /global-config | |
parent | 594aef2aab8cc14a2d87b9ce23f00429559588d6 (diff) |
script-updates: add option to ignore global-config changeschange-4
Diffstat (limited to 'global-config')
-rw-r--r-- | global-config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/global-config b/global-config index b57c212..03c9a5c 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 3; +:global GlobalConfigVersion 4; # This is used for DNS and backup file. :global Domain "example.com"; @@ -93,6 +93,7 @@ :global ScriptUpdatesIgnore { "global-config" } +:global ScriptUpdatesConfigChangesIgnore false; # Use this for certificate auto-renew :global CertRenewUrl ""; |