Skip to content

Commit b7a24fb

Browse files
author
Kristan Kenney
committed
Shorten installer separators
1 parent 51e2bfc commit b7a24fb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

install/hst-install-debian.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ echo
414414
echo ' Hestia Control Panel'
415415
echo ' v1.0.2'
416416
echo -e "\n"
417-
echo "=============================================================================="
417+
echo "===================================================================="
418418
echo -e "\n"
419419
echo 'The following server components will be installed on your system:'
420420
echo
@@ -486,7 +486,7 @@ if [ "$iptables" = 'yes' ] && [ "$fail2ban" = 'yes' ]; then
486486
echo -n ' + Fail2Ban Access Monitor'
487487
fi
488488
echo -e "\n"
489-
echo "=============================================================================="
489+
echo "===================================================================="
490490
echo -e "\n"
491491

492492
# Asking for confirmation to proceed
@@ -1823,7 +1823,7 @@ if [ "$host_ip" = "$ip" ]; then
18231823
fi
18241824

18251825
echo -e "\n"
1826-
echo "=============================================================================="
1826+
echo "===================================================================="
18271827
echo -e "\n"
18281828

18291829
# Sending notification to admin email

install/hst-install-ubuntu.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ echo
392392
echo ' Hestia Control Panel'
393393
echo ' v1.0.2'
394394
echo -e "\n"
395-
echo "=============================================================================="
395+
echo "===================================================================="
396396
echo -e "\n"
397397
echo 'The following server components will be installed on your system:'
398398
echo
@@ -464,7 +464,7 @@ if [ "$iptables" = 'yes' ] && [ "$fail2ban" = 'yes' ]; then
464464
echo -n ' + Fail2Ban Access Monitor'
465465
fi
466466
echo -e "\n"
467-
echo "=============================================================================="
467+
echo "===================================================================="
468468
echo -e "\n"
469469

470470
# Asking for confirmation to proceed
@@ -1718,7 +1718,7 @@ if [ "$host_ip" = "$ip" ]; then
17181718
fi
17191719

17201720
echo -e "\n"
1721-
echo "=============================================================================="
1721+
echo "===================================================================="
17221722
echo -e "\n"
17231723

17241724
# Sending notification to admin email

0 commit comments

Comments
 (0)