Update install-postfix.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user