mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-25 13:14:56 +02:00
commit
e150307339
1 changed files with 1 additions and 1 deletions
|
@ -405,7 +405,7 @@ function check() {
|
|||
}
|
||||
|
||||
function _check_hostname() {
|
||||
notify "task" "Check that hostname/domainname is provided or overidden (no default docker hostname/kubernetes) [$FUNCNAME]"
|
||||
notify "task" "Check that hostname/domainname is provided or overridden (no default docker hostname/kubernetes) [$FUNCNAME]"
|
||||
|
||||
if [[ ! -z ${DEFAULT_VARS["OVERRIDE_HOSTNAME"]} ]]; then
|
||||
export HOSTNAME=${DEFAULT_VARS["OVERRIDE_HOSTNAME"]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue