[skip ci]Fix typo in stop.sh (#10637)

Signed-off-by: xiaofan-luan <xiaofan.luan@zilliz.com>
This commit is contained in:
Xiaofan 2021-10-26 14:14:39 +08:00 committed by GitHub
parent 04d34bfcd7
commit 33df88a3a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,5 +16,5 @@
echo "Stopping milvus..." echo "Stopping milvus..."
kill -9 $(ps -e | grep milvus | awk '{print $1}') kill -9 $(ps -e | grep milvus | awk '{print $1}')
echo "Milvs stopped" echo "Milvus stopped"