diff options
author | Christian Hesse <mail@eworm.de> | 2021-07-09 22:05:45 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2021-07-10 23:18:04 +0200 |
commit | 483506b1898464366a30411a1f8ed336b508f870 (patch) | |
tree | 611ba7f62cb176e6ad691ab2b22513aa85c6ce8f /global-config | |
parent | d1ef710093eb6c747f8a54a0ec4355f5035aff4e (diff) |
global-functions: introduce $ScriptRunOncechange-62
Diffstat (limited to 'global-config')
-rw-r--r-- | global-config | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/global-config b/global-config index b4f4a28..98c65d9 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 61; +:global GlobalConfigVersion 62; # This is used for DNS and backup file. :global Domain "example.com"; @@ -167,6 +167,10 @@ # use next branch with default url (git.eworm.de) #:global ScriptUpdatesUrlSuffix "\?h=next"; +# Use this for defaults with $ScriptRunOnce +:global ScriptRunOnceBaseUrl ""; +:global ScriptRunOnceUrlSuffix ""; + # 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: |