From 0de826c2e4740fa42364fe98f2b08dc1e196f879 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 22 May 2022 15:49:13 -0500 Subject: [PATCH] Update install-postfix.sh --- install-postfix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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