Skip to content

Commit cf19783

Browse files
author
Kristan Kenney
committed
Add visual separation between installation output and welcome message
1 parent fef7531 commit cf19783

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

install/hst-install-debian.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1806,6 +1806,10 @@ if [ "$host_ip" = "$ip" ]; then
18061806
ip="$servername"
18071807
fi
18081808

1809+
echo -e "\n"
1810+
echo "=============================================================================="
1811+
echo -e "\n"
1812+
18091813
# Sending notification to admin email
18101814
echo -e "Congratulations!
18111815

install/hst-install-ubuntu.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1701,6 +1701,10 @@ if [ "$host_ip" = "$ip" ]; then
17011701
ip="$servername"
17021702
fi
17031703

1704+
echo -e "\n"
1705+
echo "=============================================================================="
1706+
echo -e "\n"
1707+
17041708
# Sending notification to admin email
17051709
echo -e "Congratulations!
17061710

0 commit comments

Comments
 (0)