mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-12 13:05:32 +08:00
84110d2684
Signed-off-by: Cai Yudong <yudong.cai@zilliz.com>
9 lines
83 B
Bash
Executable File
9 lines
83 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
if [ "$1" = 'start' ]; then
|
|
tail -f /dev/null
|
|
fi
|
|
|
|
exec "$@" |