diff --git a/installer.sh b/installer.sh index a068bef..352ecd8 100644 --- a/installer.sh +++ b/installer.sh @@ -30,9 +30,9 @@ if (whiptail --title "Ubuntu 18.04 Mail Server" --yesno "Do you want to install else exit fi -password=$(whiptail --passwordbox "please enter your password" 8 78 --title "Password dialog" 3>&1 1>&2 2>&3) -domain=$(whiptail --inputbox "Enter the domain" 8 78 Blue --title "Statics dialog" 3>&1 1>&2 2>&3) -email=$(whiptail --inputbox "Enter the email" 8 78 Blue --title "Statics dialog" 3>&1 1>&2 2>&3) +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" 8 78 --title "Statics dialog" 3>&1 1>&2 2>&3) +email=$(whiptail --nocancel --inputbox "Enter the E-mail" 8 78 --title "Statics dialog" 3>&1 1>&2 2>&3) elif [ $IMODE = l ]; then echo "Ubuntu 18.04 Mailserver installatie script." echo "Domein zonder www en mail.:"