Update 'installer.sh'

This commit is contained in:
b.waal
2019-09-15 18:25:11 +02:00
parent 10150b57ed
commit aae409d1de

View File

@@ -26,8 +26,8 @@ if (whiptail --title "Ubuntu 18.04 Mail Server" --yesno "Do you want to install
then
echo "" >/dev/null
else
whiptail --title "Credits" --msgbox "Made by: your local Wizard and God" 8 78
exit
clear
fi
password=$(whiptail --nocancel --passwordbox "Please enter your password" 8 78 --title "Statics dialog" 3>&1 1>&2 2>&3)
domain=$(whiptail --nocancel --inputbox "Enter the Domain without WWW" 8 78 --title "Statics dialog" 3>&1 1>&2 2>&3)