diff --git a/koji-setup/koji-deploy-hub.sh b/koji-setup/koji-deploy-hub.sh index 063a451..b8ff1f4 100644 --- a/koji-setup/koji-deploy-hub.sh +++ b/koji-setup/koji-deploy-hub.sh @@ -304,7 +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?" + if [ $DEBUG ] ; then echo "iptables here - should we be setting something?" ; fi fi if firewall-cmd --state >/dev/null 2>&1; then # allow httpd access through firewall