Skip to content

Commit 7271c1f

Browse files
authored
Update hst-install-ubuntu.sh
1 parent e14ecea commit 7271c1f

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

install/hst-install-ubuntu.sh

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -439,9 +439,9 @@ fi
439439
hst_backups="/root/hst_install_backups/$(date +%s)"
440440
echo "Installation backup directory: $hst_backups"
441441

442-
# Printing start message and sleeping for 5 seconds
443-
echo -e "\n\n\n\nWe will now install HestiaCP and all required packages. The process will take around 10-15 minutes...\n"
444-
442+
# Printing start message and sleeping for 2 seconds
443+
echo -e "\n\nWe will now install HestiaCP and all required packages. The process will take around 10-15 minutes...\n"
444+
sleep 2
445445

446446
#----------------------------------------------------------#
447447
# Checking swap #
@@ -1478,12 +1478,6 @@ cat $tmpfile | $send_mail -s "Hestia Control Panel" $email
14781478
# Congrats
14791479
echo '======================================================='
14801480
echo
1481-
echo ' _ _ _ _ ____ ____ '
1482-
echo ' | | | | ___ ___| |_(_) __ _ / ___| _ \ '
1483-
echo ' | |_| |/ _ \/ __| __| |/ _` | | | |_) |'
1484-
echo ' | _ | __/\__ \ |_| | (_| | |___| __/ '
1485-
echo ' |_| |_|\___||___/\__|_|\__,_|\____|_| '
1486-
echo
14871481
echo
14881482
cat $tmpfile
14891483
rm -f $tmpfile

0 commit comments

Comments
 (0)