From aae409d1de990731f91de77b19ef785cea7fc5a4 Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Sun, 15 Sep 2019 18:25:11 +0200 Subject: [PATCH] Update 'installer.sh' --- installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.sh b/installer.sh index 5be58da..e82465b 100644 --- a/installer.sh +++ b/installer.sh @@ -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)