From 1b68616e541765fad8535ae060baf509225f7839 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Thu, 7 May 2020 00:16:01 -0600 Subject: [PATCH] fix wrong container name --- backup/backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.'