From 80dc191f520db594284ee70782602bc8241b3696 Mon Sep 17 00:00:00 2001 From: Robert Date: Fri, 23 May 2025 22:03:24 -0400 Subject: [PATCH] run banner --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 70a0929..f7af379 100755 --- a/install.sh +++ b/install.sh @@ -50,8 +50,8 @@ if [ ! -f /etc/systemd/system/banner.service ]; then /usr/bin/sudo /usr/bin/chmod 644 /etc/systemd/system/banner.service /usr/bin/echo "Enable the service for Banner" /usr/bin/sudo /usr/bin/systemctl daemon-reload - /usr/bin/sudo /usr/bin/systemctl enable --now banner.service fi +/usr/bin/sudo /usr/bin/systemctl enable --now banner.service /usr/bin/echo "Create the service account for synfirewall" sudo groupadd synfirewall