firewalld

This commit is contained in:
qiaofeng1227 2023-07-21 09:14:50 +08:00
parent 4cbf0ed576
commit d2f431ab45

View File

@ -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 -------------------------------------------------------"
}