removed ufw command

This commit is contained in:
2021-08-23 16:36:41 -04:00
parent 58099962b7
commit 5382a90608

View File

@@ -15,7 +15,6 @@ fi
if [ -f /etc/debian_version ]; then
apt update
apt install -y snmpd curl
ufw allow snmp
elif [ -f /etc/redhat-release ]; then
yum install -y net-snmp net-snmp-utils
firewall-cmd --zone=public --add-service=snmp --permanent