mirror of
https://src.koozali.org/infra/smeserver-koji.git
synced 2024-11-21 09:07:29 +01:00
fix dummy iptables check
This commit is contained in:
parent
30efcfbbd9
commit
c4bfd85ec1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user