Skip to content

Commit cd858f7

Browse files
author
Kristan Kenney
committed
Update installer wording for firewall
1 parent b7a24fb commit cd858f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install/hst-install-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ fi
480480

481481
# Firewall stack
482482
if [ "$iptables" = 'yes' ]; then
483-
echo -n ' - Iptables Firewall'
483+
echo -n ' - Firewall (Iptables)'
484484
fi
485485
if [ "$iptables" = 'yes' ] && [ "$fail2ban" = 'yes' ]; then
486486
echo -n ' + Fail2Ban Access Monitor'

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ fi
458458

459459
# Firewall stack
460460
if [ "$iptables" = 'yes' ]; then
461-
echo -n ' - Iptables Firewall'
461+
echo -n ' - Firewall (Iptables)'
462462
fi
463463
if [ "$iptables" = 'yes' ] && [ "$fail2ban" = 'yes' ]; then
464464
echo -n ' + Fail2Ban Access Monitor'

0 commit comments

Comments
 (0)