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 Dec 22, 2024
1 parent d05e2b2 commit 29771fd
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 29771fd

Please sign in to comment.