Updated motd's in the installer,
they wil also be displayed at the end of installation
This commit is contained in:
@@ -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!"
|
||||
Reference in New Issue
Block a user