diff --git a/scripts/stop.sh b/scripts/stop.sh index 61c28bddde..d697fe03b7 100755 --- a/scripts/stop.sh +++ b/scripts/stop.sh @@ -15,7 +15,7 @@ # limitations under the License. echo "Stopping milvus..." -PROCESS=$(ps -e | grep milvus | grep -v grep | grep run-with-subprocess | awk '{print $1}') +PROCESS=$(ps -e | grep milvus | grep -v grep | awk '{print $1}') if [ -z "$PROCESS" ]; then echo "No milvus process" exit 0