From d2f431ab459e279c0c6f892c7679efc9b5d19752 Mon Sep 17 00:00:00 2001 From: qiaofeng1227 <76487013@qq.com> Date: Fri, 21 Jul 2023 09:14:50 +0800 Subject: [PATCH] firewalld --- install/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/install.sh b/install/install.sh index 3a284107..e3f80c88 100644 --- a/install/install.sh +++ b/install/install.sh @@ -375,7 +375,7 @@ else echo "install from artifact" fi -sudo systemctl stop firewalld + sudo systemctl restart cockpit sudo systemctl daemon-reload sudo systemctl enable --now cockpit @@ -516,7 +516,7 @@ EditMenu(){ echo "Start to Edit Cockpit Menu ..." cp -r /data/apps/websoft9/cockpit/menu_override/* /etc/cockpit cd /usr/share/cockpit/systemd && rm -rf services.js.gz services.html.gz services.css.gz services.js services.html services.css - +sudo systemctl stop firewalld echo "---------------------------------- Install success! you can install a app by websoft9's appstore -------------------------------------------------------" }