From e65d1ebc829b1272432751a4b5a54fac6e0d7dd7 Mon Sep 17 00:00:00 2001 From: Leon Date: Sat, 7 Aug 2021 22:48:16 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Scripts/sh/hhl.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Scripts/sh/hhl.sh b/Scripts/sh/hhl.sh index e0b586f..cd55fb5 100644 --- a/Scripts/sh/hhl.sh +++ b/Scripts/sh/hhl.sh @@ -242,14 +242,6 @@ if [ $INSTALL_WATCH = true ]; then $CONTAINER_NAME fi -# 检查 config 文件是否存在 -if [ ! -f "$CONFIG_PATH/conf/config.yaml" ]; then - docker cp $CONTAINER_NAME:/scripts/conf/config.yaml $CONFIG_PATH/config.yaml - if [ $? -ne 0 ] ; then - cancelrun "** 错误:找不到配置文件!" - fi - fi - log "4.下面列出所有容器" docker ps