From 8e77fbafc59ee4e59bd7550a7dcc84208b6ecebb Mon Sep 17 00:00:00 2001 From: Leon Date: Sat, 7 Aug 2021 22:46:30 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/sh/hhl.sh b/Scripts/sh/hhl.sh index 2c47b1a..e0b586f 100644 --- a/Scripts/sh/hhl.sh +++ b/Scripts/sh/hhl.sh @@ -243,7 +243,7 @@ if [ $INSTALL_WATCH = true ]; then fi # 检查 config 文件是否存在 -if [ ! -f "$CODE_DIR/conf/config.yaml" ]; then +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 "** 错误:找不到配置文件!"