mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-06-28 19:50:16 +02:00
fix: Logging - Welcome should use DMS_RELEASE
ENV (#3676)
This commit is contained in:
parent
19e96b5131
commit
68f9671a22
3 changed files with 10 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue