From 9bc2c9f4193ec426d4065bf4489e42ab6151589b Mon Sep 17 00:00:00 2001 From: groot Date: Thu, 7 Oct 2021 17:42:49 +0800 Subject: [PATCH] [skip ci] Modify script description (#9400) Signed-off-by: groot --- scripts/start_standalone.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/start_standalone.sh b/scripts/start_standalone.sh index 2b9e12c029..6e6aef72b7 100755 --- a/scripts/start_standalone.sh +++ b/scripts/start_standalone.sh @@ -1,4 +1,4 @@ cd .. -echo "starting standalone" +echo "Starting standalone..." nohup ./bin/milvus run standalone > /tmp/standalone.log 2>&1 & \ No newline at end of file