Просмотр исходного кода

Add visual separation between installation output and welcome message

Kristan Kenney 6 лет назад
Родитель
Сommit
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"
 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!