Update ubuntu.sh

pull/109/head
midoks 3 years ago
parent 3d735c19ef
commit 8c97ef0253
  1. 2
      scripts/install/ubuntu.sh

@ -42,7 +42,7 @@ fi
if [ "${isVersion}" == '' ];then
if [ ! -f "/etc/init.d/iptables" ];then
apt install firewalld
apt install -y firewalld
systemctl enable firewalld
systemctl start firewalld

Loading…
Cancel
Save