From 042fd7ac6d9e36ebf6a7e8b2854b7a1309ba46de Mon Sep 17 00:00:00 2001 From: midoks Date: Tue, 14 Feb 2023 22:23:04 +0800 Subject: [PATCH] Update ubuntu.sh --- scripts/install/ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install/ubuntu.sh b/scripts/install/ubuntu.sh index 9e9bb8dec..511136219 100644 --- a/scripts/install/ubuntu.sh +++ b/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