fix wrong container name

This commit is contained in:
Asif Bacchus 2020-05-07 00:16:01 -06:00
parent 51120491d5
commit 1b68616e54
1 changed files with 1 additions and 1 deletions

View File

@ -590,7 +590,7 @@ else
fi
doDocker stop dovecot
if [ "$dockerResultState" = "false" ] && [ "$dockerResultExit" -eq 0 ]; then
printf "%s[%s] -- [INFO] POSTFIX container stopped --%s\n" \
printf "%s[%s] -- [INFO] DOVECOT container stopped --%s\n" \
"$cyan" "$(stamp)" "$norm" >> "$logFile"
else
exitError 101 'Could not stop DOVECOT container.'