Merge branch 'master' of github.com:mailcow/mailcow-dockerized

master
andryyy 2021-03-08 12:38:05 +01:00
commit 43146b23c9
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ for bin in openssl curl docker-compose docker git awk sha1sum; do
done
if [ -f mailcow.conf ]; then
read -r -p "A config file exists and will be overwritten, are you sure you want to contine? [y/N] " response
read -r -p "A config file exists and will be overwritten, are you sure you want to continue? [y/N] " response
case $response in
[yY][eE][sS]|[yY])
mv mailcow.conf mailcow.conf_backup