mirror of https://github.com/milvus-io/milvus.git
parent
33776cdabb
commit
234fd9b512
|
@ -1,5 +1,4 @@
|
|||
echo "stopping milvus"
|
||||
kill -9 $(ps -e | grep milvus | awk '{print $1}')
|
||||
|
||||
echo "completed"
|
||||
echo "milvs stopped"
|
||||
|
||||
|
|
Loading…
Reference in New Issue