Skip to content

Commit

Permalink
qa: fix suricatasc path
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonish committed Jan 9, 2025
1 parent 1ef8637 commit d8e9459
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qa/unix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ VERBOSE=""

UnixCommand () {
COMMAND=$1
PYTHONPATH=python/ python3 python/bin/suricatasc -c "${COMMAND}" ${USOCKET}
#PYTHONPATH=python/ python3 python/bin/suricatasc -c "${COMMAND}" ${USOCKET}
./rust/target/release/suricatasc -c "${COMMAND}" ${USOCKET}
}

Start () {
Expand Down

0 comments on commit d8e9459

Please sign in to comment.