From e4e7c05b3bca26f65abb913b1f04ae0b43eb2636 Mon Sep 17 00:00:00 2001 From: groot Date: Thu, 7 Oct 2021 22:14:57 +0800 Subject: [PATCH] [skip ci] Modify script description (#9402) Signed-off-by: groot --- scripts/stop.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/stop.sh b/scripts/stop.sh index 617d0d7464..5697d3a7bd 100755 --- a/scripts/stop.sh +++ b/scripts/stop.sh @@ -1,4 +1,4 @@ -echo "stopping milvus" +echo "Stopping milvus..." kill -9 $(ps -e | grep milvus | awk '{print $1}') -echo "milvs stopped" +echo "Milvs stopped"