diff options
author | Christian Hesse <mail@eworm.de> | 2021-09-20 15:24:52 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2021-09-21 21:26:13 +0200 |
commit | ce78d7d9e9ad1c2ab0e5ffab716b40975c6bd0eb (patch) | |
tree | b75e021cb1ff7ef1d1d68d6e41927fccc106ea44 /global-config | |
parent | 012db05a9350311ddac85a95e487d4fc0ebabcb6 (diff) |
global-functions: notify about move of $IPCalc and $ScriptRunOnce to moduleschange-63
Just install with...
$ScriptInstallUpdate global-functions.d/ipcalc
... and/or...
$ScriptInstallUpdate global-functions.d/scriptrunonce
... and use the functions as before.
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 6b2cd84..cc0e389 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 62; +:global GlobalConfigVersion 63; # This is used for DNS and backup file. :global Domain "example.com"; |