Merge branch 'master' into dev

This commit is contained in:
André Peters
2018-01-13 18:38:08 +01:00
committed by GitHub
3 changed files with 5 additions and 5 deletions

View File

@@ -86,7 +86,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