From 8c97ef02535d52e390880b7b55fa28e990b97702 Mon Sep 17 00:00:00 2001 From: midoks Date: Sat, 11 Jun 2022 12:38:07 +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 37449b54e..665eed044 100644 --- a/scripts/install/ubuntu.sh +++ b/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