From 05f597ecb1437e2054aa568744476e919f640cba Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Tue, 17 Sep 2019 22:53:12 +0200 Subject: [PATCH] Update 'installer.sh' --- installer.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/installer.sh b/installer.sh index 7f00351..795741c 100644 --- a/installer.sh +++ b/installer.sh @@ -31,10 +31,12 @@ if (whiptail --title "Ubuntu 18.04 Mail Server" --yesno "Do you want to install clear exit fi +echo "" >/dev/null #password=$(whiptail --nocancel --passwordbox "Please enter your password (should contain at least 2 digits and 6 characters)" 8 82 --title "Config" 3>&1 1>&2 2>&3) #domain=$(whiptail --nocancel --inputbox "Enter the Domain without www or mail." 8 41 --title "Config" 3>&1 1>&2 2>&3) #email=$(whiptail --nocancel --inputbox "Enter the Administrator E-mail" 8 34 --title "Config" 3>&1 1>&2 2>&3) elif [ $IMODE = l ]; then +echo "" >/dev/null #echo "Ubuntu 18.04 Mailserver installation script." #echo "Domain without www or mail:" #read domain