fix wrong container name
This commit is contained in:
+1
-1
@@ -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.'
|
||||
|
||||
Reference in New Issue
Block a user