fix: Logging - Welcome should use DMS_RELEASE ENV (#3676)

This commit is contained in:
Brennan Kinney 2023-11-30 14:47:31 +13:00 committed by GitHub
parent 19e96b5131
commit 68f9671a22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 4 deletions

View file

@ -153,7 +153,7 @@ function _register_functions() {
_early_supervisor_setup
_early_variables_setup
_log 'info' "Welcome to docker-mailserver $(</VERSION)"
_log 'info' "Welcome to docker-mailserver ${DMS_RELEASE}"
_register_functions
_check