mirror of https://github.com/milvus-io/milvus.git
5 lines
92 B
Bash
5 lines
92 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
../bin/milvus_server -c ../conf/server_config.yaml -l ../conf/log_config.conf
|
||
|
|