Skip to content

Commit

Permalink
Update rhel.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
midoks committed Jul 15, 2023
1 parent 18cdcd1 commit 97b1e8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/install/rhel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ if [ ! -f /usr/sbin/firewalld ];then
sed -i 's#AllowZoneDrifting=yes#AllowZoneDrifting=no#g' /etc/firewalld/firewalld.conf
firewall-cmd --reload

#安装时不开启
systemctl stop firewalld
#安装就开启
systemctl restart firewalld
fi

$PKGMGR install -y epel-release
Expand Down

0 comments on commit 97b1e8b

Please sign in to comment.