fix wrong container name
This commit is contained in:
parent
51120491d5
commit
1b68616e54
@ -590,7 +590,7 @@ else
|
|||||||
fi
|
fi
|
||||||
doDocker stop dovecot
|
doDocker stop dovecot
|
||||||
if [ "$dockerResultState" = "false" ] && [ "$dockerResultExit" -eq 0 ]; then
|
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"
|
"$cyan" "$(stamp)" "$norm" >> "$logFile"
|
||||||
else
|
else
|
||||||
exitError 101 'Could not stop DOVECOT container.'
|
exitError 101 'Could not stop DOVECOT container.'
|
||||||
|
Loading…
Reference in New Issue
Block a user