Skip to content

Commit

Permalink
chore: Refactor Snort installation script for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
bengo237 committed Sep 12, 2024
1 parent 8973302 commit 03dde42
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ $content_to_add" "$OSSEC_CONF_PATH"




# Function to start Snort on macOS
start_snort_macos() {
info_message "Starting Snort"
Expand Down Expand Up @@ -264,4 +263,4 @@ case "$OS_NAME" in
error_message "Unsupported OS: $OS_NAME"
exit 1
;;
esac
esac

0 comments on commit 03dde42

Please sign in to comment.