Преглед изворни кода

Add visual separation between installation output and welcome message

Kristan Kenney пре 6 година
родитељ
комит
cf197832ea
2 измењених фајлова са 8 додато и 0 уклоњено
  1. 4 0
      install/hst-install-debian.sh
  2. 4 0
      install/hst-install-ubuntu.sh

+ 4 - 0
install/hst-install-debian.sh

@@ -1806,6 +1806,10 @@ if [ "$host_ip" = "$ip" ]; then
     ip="$servername"
     ip="$servername"
 fi
 fi
 
 
+echo -e "\n"
+echo "=============================================================================="
+echo -e "\n"
+
 # Sending notification to admin email
 # Sending notification to admin email
 echo -e "Congratulations!
 echo -e "Congratulations!
 
 

+ 4 - 0
install/hst-install-ubuntu.sh

@@ -1701,6 +1701,10 @@ if [ "$host_ip" = "$ip" ]; then
     ip="$servername"
     ip="$servername"
 fi
 fi
 
 
+echo -e "\n"
+echo "=============================================================================="
+echo -e "\n"
+
 # Sending notification to admin email
 # Sending notification to admin email
 echo -e "Congratulations!
 echo -e "Congratulations!