Updated menu
Wil je menu of wil je melater?
This commit is contained in:
@@ -30,9 +30,9 @@ if (whiptail --title "Ubuntu 18.04 Mail Server" --yesno "Do you want to install
|
|||||||
else
|
else
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
password=$(whiptail --passwordbox "please enter your password" 8 78 --title "Password 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 --inputbox "Enter the domain" 8 78 Blue --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 --inputbox "Enter the email" 8 78 Blue --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
|
elif [ $IMODE = l ]; then
|
||||||
echo "Ubuntu 18.04 Mailserver installatie script."
|
echo "Ubuntu 18.04 Mailserver installatie script."
|
||||||
echo "Domein zonder www en mail.:"
|
echo "Domein zonder www en mail.:"
|
||||||
|
|||||||
Reference in New Issue
Block a user