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