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