未验证 提交 c0e71911 编写于 作者: G groot 提交者: GitHub

[skip ci] Fix script bug (#13401)

Signed-off-by: Nyhmo <yihua.mo@zilliz.com>
上级 22d77b6d
......@@ -69,8 +69,8 @@ $ docker-compose up -d
Start milvus cluster:
```shell
$ cd [milvus project path]/scripts
$ start_cluster.sh
$ cd [milvus project path]
$ ./scripts/start_cluster.sh
```
## Run unittest
......
......@@ -14,8 +14,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
cd ..
echo "Starting rootcoord..."
nohup ./bin/milvus run rootcoord > /tmp/rootcoord.log 2>&1 &
......
......@@ -14,7 +14,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.
cd ..
echo "Starting standalone..."
nohup ./bin/milvus run standalone > /tmp/standalone.log 2>&1 &
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册