[skip ci] Fix script comment (#9062)

Signed-off-by: yhmo <yihua.mo@zilliz.com>
pull/9064/head
groot 2021-10-02 11:21:56 +08:00 committed by GitHub
parent 33776cdabb
commit 234fd9b512
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,4 @@
echo "stopping milvus"
kill -9 $(ps -e | grep milvus | awk '{print $1}')
echo "completed"
echo "milvs stopped"