fix dummy iptables check

This commit is contained in:
Trevor Batley 2024-07-18 11:14:44 +10:00
parent 30efcfbbd9
commit c4bfd85ec1

View File

@ -304,6 +304,7 @@ EOF
# Firewall stuff
if systemctl status iptables >/dev/null 2>&1; then
# set iptables rules for http and https
if [ $DEBUG ] ; then echo "iptables here - should we be setting something?"
fi
if firewall-cmd --state >/dev/null 2>&1; then
# allow httpd access through firewall