From e5e226b57a0599aeb390caf1ee8159dc218edf4e Mon Sep 17 00:00:00 2001 From: midoks Date: Wed, 21 Dec 2022 14:28:20 +0800 Subject: [PATCH] Update rhel.sh --- scripts/install/rhel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install/rhel.sh b/scripts/install/rhel.sh index 7cdc92557..e43248c17 100644 --- a/scripts/install/rhel.sh +++ b/scripts/install/rhel.sh @@ -29,7 +29,7 @@ if [ ! -d /root/.acme.sh ];then fi if [ -f /usr/sbin/iptables ];then - # $PKGMGR install -y iptables-services + $PKGMGR install -y iptables-services # iptables -nL --line-number