From 9ad0d7b8088e8a10bc5ab35e76ac84f98ca03bed Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Fri, 28 Jun 2024 16:04:33 +0200 Subject: [PATCH] Update INSTALL.sh --- INSTALL.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/INSTALL.sh b/INSTALL.sh index fb81a726..17a793d2 100644 --- a/INSTALL.sh +++ b/INSTALL.sh @@ -694,6 +694,8 @@ setup_ufw() { debug_log ufw --force enable debug_log ufw reload + + debug_log service ufw restart fi }