From 03dde42667d7d50f9f171c1f4de219ab866d0d76 Mon Sep 17 00:00:00 2001 From: Dylane Bengono Date: Thu, 12 Sep 2024 08:22:11 +0100 Subject: [PATCH] chore: Refactor Snort installation script for macOS --- scripts/install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/install.sh b/scripts/install.sh index 68e2b37..852b74f 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -192,7 +192,6 @@ $content_to_add" "$OSSEC_CONF_PATH" - # Function to start Snort on macOS start_snort_macos() { info_message "Starting Snort" @@ -264,4 +263,4 @@ case "$OS_NAME" in error_message "Unsupported OS: $OS_NAME" exit 1 ;; -esac +esac \ No newline at end of file