source and use mailcow.conf
This commit is contained in:
parent
35ce452dec
commit
dccf5e17d0
@ -358,6 +358,12 @@ if [ ! -f "$mcDockerCompose" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
### read mailcow.conf and set vars as needed
|
||||||
|
. "$mcConfig"
|
||||||
|
export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
|
||||||
|
export COMPOSE_HTTP_TIMEOUT="$dockerStartTimeout"
|
||||||
|
|
||||||
|
|
||||||
### start logging
|
### start logging
|
||||||
printf "%s[%s] --- Start %s execution ---%s\n" \
|
printf "%s[%s] --- Start %s execution ---%s\n" \
|
||||||
"$magenta" "$(stamp)" "$scriptName" "$norm" >> "$logFile"
|
"$magenta" "$(stamp)" "$scriptName" "$norm" >> "$logFile"
|
||||||
|
Loading…
Reference in New Issue
Block a user