Skip to content

Commit 8e71a17

Browse files
author
Kristan Kenney
committed
Shorten installer separators
1 parent 0da588a commit 8e71a17

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.3'
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
@@ -1830,7 +1830,7 @@ if [ "$host_ip" = "$ip" ]; then
18301830
fi
18311831

18321832
echo -e "\n"
1833-
echo "=============================================================================="
1833+
echo "===================================================================="
18341834
echo -e "\n"
18351835

18361836
# 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.3'
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
@@ -1725,7 +1725,7 @@ if [ "$host_ip" = "$ip" ]; then
17251725
fi
17261726

17271727
echo -e "\n"
1728-
echo "=============================================================================="
1728+
echo "===================================================================="
17291729
echo -e "\n"
17301730

17311731
# Sending notification to admin email

0 commit comments

Comments
 (0)