Browse Source

Shorten installer separators

Kristan Kenney 6 years ago
parent
commit
b7a24fb410
2 changed files with 6 additions and 6 deletions
  1. 3 3
      install/hst-install-debian.sh
  2. 3 3
      install/hst-install-ubuntu.sh

+ 3 - 3
install/hst-install-debian.sh

@@ -414,7 +414,7 @@ echo
 echo '                      Hestia Control Panel'
 echo '                                    v1.0.2'
 echo -e "\n"
-echo "=============================================================================="
+echo "===================================================================="
 echo -e "\n"
 echo 'The following server components will be installed on your system:'
 echo
@@ -486,7 +486,7 @@ if [ "$iptables" = 'yes' ] && [ "$fail2ban" = 'yes' ]; then
     echo -n ' + Fail2Ban Access Monitor'
 fi
 echo -e "\n"
-echo "=============================================================================="
+echo "===================================================================="
 echo -e "\n"
 
 # Asking for confirmation to proceed
@@ -1823,7 +1823,7 @@ if [ "$host_ip" = "$ip" ]; then
 fi
 
 echo -e "\n"
-echo "=============================================================================="
+echo "===================================================================="
 echo -e "\n"
 
 # Sending notification to admin email

+ 3 - 3
install/hst-install-ubuntu.sh

@@ -392,7 +392,7 @@ echo
 echo '                      Hestia Control Panel'
 echo '                                    v1.0.2'
 echo -e "\n"
-echo "=============================================================================="
+echo "===================================================================="
 echo -e "\n"
 echo 'The following server components will be installed on your system:'
 echo
@@ -464,7 +464,7 @@ if [ "$iptables" = 'yes' ] && [ "$fail2ban" = 'yes' ]; then
     echo -n ' + Fail2Ban Access Monitor'
 fi
 echo -e "\n"
-echo "=============================================================================="
+echo "===================================================================="
 echo -e "\n"
 
 # Asking for confirmation to proceed
@@ -1718,7 +1718,7 @@ if [ "$host_ip" = "$ip" ]; then
 fi
 
 echo -e "\n"
-echo "=============================================================================="
+echo "===================================================================="
 echo -e "\n"
 
 # Sending notification to admin email