diff options
author | Christian Hesse <mail@eworm.de> | 2020-12-18 17:50:37 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-12-18 20:32:29 +0100 |
commit | 0360a0ef901659b7a63ba9fcdf70883b8f098e72 (patch) | |
tree | 26003d70628f5b9a143b2eae72b870831c321f3c /global-config.changes | |
parent | 40dc2415d3c414d77f31084936040d586d8c8acb (diff) |
global-functions: $ScriptInstallUpdate: implement migration mechanismchange-41
Reset $SentConfigChangesNotification and rerun $ScriptInstallUpdate
to test...
:set SentConfigChangesNotification
$ScriptInstallUpdate
Diffstat (limited to 'global-config.changes')
-rw-r--r-- | global-config.changes | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/global-config.changes b/global-config.changes index 3c06553..2d53160 100644 --- a/global-config.changes +++ b/global-config.changes @@ -44,4 +44,10 @@ 38="Imported new Let's Encrypt intermediate certificate 'R3'."; 39="Added support for interface specific address list entries in 'ipv6-update'."; 40="Made the certificate renewal time configurable."; + 41="Implemented migration mechanism for script updates."; +}; + +# Migration steps to be applied on script updates +:global GlobalConfigMigration { + 41=":global SendNotification; \$SendNotification (\"Migration mechanism\") (\"Congratulations!\nSuccessfully tested the new migration mechanism.\");"; }; |