Browse Source

Fix typos in installer welcome message

Kristan Kenney 7 years ago
parent
commit
8b34f42277
3 changed files with 3 additions and 3 deletions
  1. 1 1
      install/hst-install-debian.sh
  2. 1 1
      install/hst-install-ubuntu.sh
  3. 1 1
      install/upgrade/0.9.8-28.sh

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

@@ -1753,7 +1753,7 @@ Web:     https://www.hestiacp.com/
 Forum:   https://forum.hestiacp.com/
 Forum:   https://forum.hestiacp.com/
 GitHub:  https://www.github.com/hestiacp/hestiacp
 GitHub:  https://www.github.com/hestiacp/hestiacp
 
 
-Want to join the our beta test program? Please email us at
+Want to join our beta test program? Please email us at
 [email protected] or join in on GitHub to start contributing today.
 [email protected] or join in on GitHub to start contributing today.
 
 
 Help support the Hestia Contol Panel project by donating via PayPal:
 Help support the Hestia Contol Panel project by donating via PayPal:

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

@@ -1668,7 +1668,7 @@ Web:     https://www.hestiacp.com/
 Forum:   https://forum.hestiacp.com/
 Forum:   https://forum.hestiacp.com/
 GitHub:  https://www.github.com/hestiacp/hestiacp
 GitHub:  https://www.github.com/hestiacp/hestiacp
 
 
-Want to join the our beta test program? Please email us at
+Want to join our beta test program? Please email us at
 [email protected] or join in on GitHub to start contributing today.
 [email protected] or join in on GitHub to start contributing today.
 
 
 Help support the Hestia Contol Panel project by donating via PayPal:
 Help support the Hestia Contol Panel project by donating via PayPal:

+ 1 - 1
install/upgrade/0.9.8-28.sh

@@ -170,7 +170,7 @@ elif [ "$WEB_BACKEND" = "apache2" ]; then
         done
         done
     fi
     fi
 elif [ "$PROXY_SYSTEM" = "nginx" ]; then
 elif [ "$PROXY_SYSTEM" = "nginx" ]; then
-    echo "(*) Adding unassigned hosts configuration to nginx.."
+    echo "(*) Adding unassigned hosts configuration to nginx..."
     if [ -f /usr/local/hestia/data/ips/* ]; then
     if [ -f /usr/local/hestia/data/ips/* ]; then
         for ip in /usr/local/hestia/data/ips/*; do
         for ip in /usr/local/hestia/data/ips/*; do
             ipaddr=${ip##*/}
             ipaddr=${ip##*/}