Skip to content

Commit

Permalink
fix: python mac sdk run failed (#3518)
Browse files Browse the repository at this point in the history
* fix: python mac

* fix: fix  comment
  • Loading branch information
dl239 authored Oct 20, 2023
1 parent 3bb9df7 commit 190992d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onebox/stop_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
set -x -e

if [[ "$OSTYPE" = "darwin"* ]]; then
pkill -9 -x -l openmldb
pkill -9 -x -l openmldb || exit 0
else
pgrep -a -f "openmldb.*onebox.*" | awk '{print $1}' | xargs -I {} kill -9 {}
fi
Expand Down

0 comments on commit 190992d

Please sign in to comment.