From 501731e7b9fe701f0d3bb0df980233dfbd8a6a3e Mon Sep 17 00:00:00 2001 From: maffo999 Date: Thu, 23 Nov 2017 10:02:25 +0100 Subject: [PATCH] Update update.sh fixed a typo on line 82 --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 461b2a2a..8f254c3b 100755 --- a/update.sh +++ b/update.sh @@ -79,7 +79,7 @@ else exit 1 fi -read -r -p "Are you sure you want to update mailcow: dockerized? All containers will be stoped. [y/N] " response +read -r -p "Are you sure you want to update mailcow: dockerized? All containers will be stopped. [y/N] " response if [[ ! "$response" =~ ^([yY][eE][sS]|[yY])+$ ]]; then echo "OK, exiting." exit 0