From 204c786296070d8590cf9d0f5f2666759c91ae24 Mon Sep 17 00:00:00 2001 From: Trevor Batley Date: Thu, 18 Jul 2024 12:14:10 +1000 Subject: [PATCH] missing fi --- koji-setup/koji-deploy-hub.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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