Update 'installer.sh'

This commit is contained in:
b.waal
2019-09-18 02:03:52 +02:00
parent 2285988c65
commit 1232b3cb56

View File

@@ -27,7 +27,7 @@ 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
whiptail --title "Credits" --msgbox " Made by: your local Wizard and God" 8 78
clear
exit
fi
@@ -556,5 +556,5 @@ $PKGM autoremove -y
##----------------------##
TERM=ansi whiptail --title "Info" --infobox " Done installing!" 8 52
sleep 3
whiptail --title "Credits" --msgbox "Made by: your local Wizard and God" 8 52
whiptail --title "Credits" --msgbox " Made by: your local Wizard and God" 8 78
clear