From d35dbe6b63f3f6b39c2412e8f20b13d217df5685 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Tue, 27 Aug 2024 16:49:22 +0200 Subject: [PATCH] Update INSTALL.sh --- INSTALL.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.sh b/INSTALL.sh index 46c1d817..4a427fb2 100644 --- a/INSTALL.sh +++ b/INSTALL.sh @@ -904,9 +904,9 @@ setup_firewall_service() { set_csf_email_address csf -r > /dev/null 2>&1 echo "Restarting CSF service" - systemctl restart docker + systemctl restart docker # not sure why systemctl enable csf - service csf start + service csf restart # also restarts docker at csfpost.sh if command -v csf > /dev/null 2>&1; then echo -e "[${GREEN} OK ${RESET}] ConfigServer Firewall is installed and configured."