diff --git a/installer.sh b/installer.sh index 64b8ca4..36ebecb 100644 --- a/installer.sh +++ b/installer.sh @@ -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 \ No newline at end of file