mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
Typo fixed
This commit is contained in:
parent
6abcc8ce5f
commit
c359521121
|
@ -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…
Reference in a new issue