From dd14a64bac8d8f3a9859611f644eaaeb9108be4d Mon Sep 17 00:00:00 2001 From: Tommy Date: Sun, 16 Apr 2023 02:48:32 -0400 Subject: [PATCH] Permanently disable cockpit Signed-off-by: Tommy --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index b2c7095..eeb77de 100644 --- a/install.sh +++ b/install.sh @@ -527,7 +527,7 @@ EOF output "Configuring your firewall..." dnf -y install firewalld systemctl enable --now firewalld - firewall-cmd --remove-service=cockpit + firewall-cmd --permanent --remove-service=cockpit if [ "$installoption" = "1" ]; then firewall-cmd --permanent --add-service=http firewall-cmd --permanent --add-service=https