fix(RESTORE): change to mc directory before imports

This commit is contained in:
Asif Bacchus 2021-02-08 09:21:25 -07:00
parent de96d55268
commit 54ca63657f
1 changed files with 2 additions and 0 deletions

View File

@ -249,6 +249,8 @@ fi
if [ ! -f "$mcDockerCompose" ]; then
consoleError '1' "docker-compose configuration ($mcDockerCompose) cannot be found."
fi
# change to mailcow directory so commands execute properly
\cd ${mcConfig%/*} || consoleError '4' 'Cannot change to mailcow directory as determined from mailcow.conf location.'
### read mailcow.conf and import vars
# shellcheck source=./mailcow.conf.shellcheck