diff --git a/koji-setup/koji-deploy-hub.sh b/koji-setup/koji-deploy-hub.sh index 9eeb51f..063a451 100644 --- a/koji-setup/koji-deploy-hub.sh +++ b/koji-setup/koji-deploy-hub.sh @@ -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