From c4bfd85ec1438ffea9fe9700a940ff9f0545edcd Mon Sep 17 00:00:00 2001 From: Trevor Batley Date: Thu, 18 Jul 2024 11:14:44 +1000 Subject: [PATCH] fix dummy iptables check --- koji-setup/koji-deploy-hub.sh | 1 + 1 file changed, 1 insertion(+) 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