diff --git a/backup/backup.sh b/backup/backup.sh index 9fd2e01..403e26c 100644 --- a/backup/backup.sh +++ b/backup/backup.sh @@ -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.'