diff options
author | Christian Hesse <mail@eworm.de> | 2021-09-17 16:32:59 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2021-09-21 21:26:13 +0200 |
commit | 012db05a9350311ddac85a95e487d4fc0ebabcb6 (patch) | |
tree | 8487134ca76b6858b01fc3428db0adeb0486edd5 /global-config | |
parent | 8b05d254871f5c04184aca6c992b1871fc8f98b8 (diff) |
global-functions: move $ScriptRunOnce to optional module
Diffstat (limited to 'global-config')
-rw-r--r-- | global-config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/global-config b/global-config index 98c65d9..6b2cd84 100644 --- a/global-config +++ b/global-config @@ -168,6 +168,8 @@ #:global ScriptUpdatesUrlSuffix "\?h=next"; # Use this for defaults with $ScriptRunOnce +# Install module with: +# $ScriptInstallUpdate global-functions.d/scriptrunonce :global ScriptRunOnceBaseUrl ""; :global ScriptRunOnceUrlSuffix ""; |