[skip ci] Fix script bug (#13401)

Signed-off-by: yhmo <yihua.mo@zilliz.com>
pull/13414/head
groot 2021-12-15 10:33:35 +08:00 committed by GitHub
parent 22d77b6d83
commit c0e719119c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 6 deletions

View File

@ -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

View File

@ -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 &

View File

@ -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 &