mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Fix sript stop unable to find milvus process (#27957)
/kind improvement Signed-off-by: yangxuan <xuan.yang@zilliz.com>
This commit is contained in:
parent
f9c630247d
commit
6ce98cf542
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user