From 8d44bd480666bd88c11cb903bc89b6c363c86e5f Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 10 Sep 2024 13:42:40 -0600 Subject: [PATCH] fix --- firewall2.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/firewall2.sh b/firewall2.sh index 60c9d64..d3d38c4 100755 --- a/firewall2.sh +++ b/firewall2.sh @@ -324,6 +324,7 @@ research(){ echo "------------------[Researching $i]-----------------------" grep $i $NGINX_LOG echo "------------------[ENDi]-----------------------" + echo read -p 'Press Enter to Continue ' -e -i continue done }