diff --git a/install-postfix.sh b/install-postfix.sh index 8775df6..588fcea 100755 --- a/install-postfix.sh +++ b/install-postfix.sh @@ -10,7 +10,7 @@ echo "" read -n 1 -p "Are you sure you wish to install Postfix (Y/n)?" choice case "$choice" in -[Nn]) break;; +[Nn]) echo "";; * ) echo "postfix postfix/mailname string scity.us" | debconf-set-selections echo "postfix postfix/main_mailer_type string 'Internet Site'" | debconf-set-selections