Update ubuntu.sh

pull/371/head
midoks 2 years ago
parent 1a48f52dad
commit 042fd7ac6d
  1. 2
      scripts/install/ubuntu.sh

@ -43,7 +43,7 @@ if [ -f /usr/sbin/ufw ];then
ufw allow 888/tcp
fi
if [ ! -f /usr/sbin/firewalld ];then
if [ ! -f /usr/sbin/ufw ];then
apt install -y firewalld
systemctl enable firewalld

Loading…
Cancel
Save