From 483506b1898464366a30411a1f8ed336b508f870 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Fri, 9 Jul 2021 22:05:45 +0200 Subject: global-functions: introduce $ScriptRunOnce --- global-config | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'global-config') 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: -- cgit v1.2.3-54-g00ecf