未验证 提交 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 ...@@ -69,8 +69,8 @@ $ docker-compose up -d
Start milvus cluster: Start milvus cluster:
```shell ```shell
$ cd [milvus project path]/scripts $ cd [milvus project path]
$ start_cluster.sh $ ./scripts/start_cluster.sh
``` ```
## Run unittest ## Run unittest
......
...@@ -14,8 +14,6 @@ ...@@ -14,8 +14,6 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
cd ..
echo "Starting rootcoord..." echo "Starting rootcoord..."
nohup ./bin/milvus run rootcoord > /tmp/rootcoord.log 2>&1 & nohup ./bin/milvus run rootcoord > /tmp/rootcoord.log 2>&1 &
......
...@@ -14,7 +14,5 @@ ...@@ -14,7 +14,5 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
cd ..
echo "Starting standalone..." echo "Starting standalone..."
nohup ./bin/milvus run standalone > /tmp/standalone.log 2>&1 & 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.
先完成此消息的编辑!
想要评论请 注册