Skip to content

Commit 8b34f42

Browse files
author
Kristan Kenney
committed
Fix typos in installer welcome message
1 parent 92a36fc commit 8b34f42

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

install/hst-install-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1753,7 +1753,7 @@ Web: https://www.hestiacp.com/
17531753
Forum: https://forum.hestiacp.com/
17541754
GitHub: https://www.github.com/hestiacp/hestiacp
17551755
1756-
Want to join the our beta test program? Please email us at
1756+
Want to join our beta test program? Please email us at
17571757
info@hestiacp.com or join in on GitHub to start contributing today.
17581758
17591759
Help support the Hestia Contol Panel project by donating via PayPal:

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1668,7 +1668,7 @@ Web: https://www.hestiacp.com/
16681668
Forum: https://forum.hestiacp.com/
16691669
GitHub: https://www.github.com/hestiacp/hestiacp
16701670
1671-
Want to join the our beta test program? Please email us at
1671+
Want to join our beta test program? Please email us at
16721672
info@hestiacp.com or join in on GitHub to start contributing today.
16731673
16741674
Help support the Hestia Contol Panel project by donating via PayPal:

install/upgrade/0.9.8-28.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ elif [ "$WEB_BACKEND" = "apache2" ]; then
170170
done
171171
fi
172172
elif [ "$PROXY_SYSTEM" = "nginx" ]; then
173-
echo "(*) Adding unassigned hosts configuration to nginx.."
173+
echo "(*) Adding unassigned hosts configuration to nginx..."
174174
if [ -f /usr/local/hestia/data/ips/* ]; then
175175
for ip in /usr/local/hestia/data/ips/*; do
176176
ipaddr=${ip##*/}

0 commit comments

Comments
 (0)