We should pass the start script params to /bin/etcd program.
Signed-off-by: Cao Xueliang caoxl78320@163.com --- container/etcd/entry.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/container/etcd/entry.sh b/container/etcd/entry.sh index 4bfea1e..16c8d00 100755 --- a/container/etcd/entry.sh +++ b/container/etcd/entry.sh @@ -3,6 +3,6 @@ # Copyright (c) 2020 Huawei Technologies Co., Ltd. All rights reserved.
crond -/bin/etcd -exec "$@" +/bin/etcd "$@" +exec