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