Procházet zdrojové kódy

Add visual separation between installation output and welcome message

Kristan Kenney před 6 roky
rodič
revize
cf197832ea
2 změnil soubory, kde provedl 8 přidání a 0 odebrání
  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"
 fi
 
+echo -e "\n"
+echo "=============================================================================="
+echo -e "\n"
+
 # Sending notification to admin email
 echo -e "Congratulations!
 

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

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