mirror of
https://src.koozali.org/infra/smeserver-koji.git
synced 2024-11-21 17:17:28 +01:00
fix dummy iptables check
This commit is contained in:
parent
30efcfbbd9
commit
c4bfd85ec1
@ -304,6 +304,7 @@ EOF
|
|||||||
# Firewall stuff
|
# Firewall stuff
|
||||||
if systemctl status iptables >/dev/null 2>&1; then
|
if systemctl status iptables >/dev/null 2>&1; then
|
||||||
# set iptables rules for http and https
|
# set iptables rules for http and https
|
||||||
|
if [ $DEBUG ] ; then echo "iptables here - should we be setting something?"
|
||||||
fi
|
fi
|
||||||
if firewall-cmd --state >/dev/null 2>&1; then
|
if firewall-cmd --state >/dev/null 2>&1; then
|
||||||
# allow httpd access through firewall
|
# allow httpd access through firewall
|
||||||
|
Loading…
Reference in New Issue
Block a user