global-functions: $ScriptInstallUpdate: implement migration mechanism

Reset $SentConfigChangesNotification and rerun $ScriptInstallUpdate
to test...

:set SentConfigChangesNotification
$ScriptInstallUpdate
This commit is contained in:
Christian Hesse 2020-12-18 17:50:37 +01:00
parent 40dc2415d3
commit 0360a0ef90
4 changed files with 16 additions and 3 deletions

View file

@ -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.\");";
};