Merge pull request #770 from maffo999/patch-1

Update update.sh
master
Phoenix Eve Aspacio 2017-12-01 23:25:09 -08:00 committed by GitHub
commit bf09039e98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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