Updated motd's in the installer,

they wil also be displayed at the end of installation
This commit is contained in:
2020-07-30 14:47:54 +02:00
parent f24076bb43
commit 8d10e8b853
7 changed files with 25 additions and 9 deletions

View File

@@ -187,7 +187,6 @@ if [ $IMODE = n ]; then
if [ $TestMode = 0 ]; then
domain=$(whiptail --nocancel --inputbox " Enter the domain without WWW " 11 82 --title "Config" 3>&1 1>&2 2>&3)
if (whiptail --title "Set sitename?" --yesno "Set sitename to ${domain//./_} ?" 8 78); then
echo "Yes"
sitename=${domain//./_}
else
while true; do
@@ -579,4 +578,5 @@ systemctl reload sshd postfix postfix@-
# Done #
##-------##
msg " Done installing!"
bash /etc/update-motd.d/51*
msg " Done installing!"