From 2bd96837564bae915222dcf41e657a5fc160e86e Mon Sep 17 00:00:00 2001 From: caiyuchao Date: Thu, 19 Jun 2025 10:43:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A4=8D=E5=88=B6.env?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/bin/wfcsetup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/bin/wfcsetup.sh b/build/bin/wfcsetup.sh index eebb7b7..1a6769c 100755 --- a/build/bin/wfcsetup.sh +++ b/build/bin/wfcsetup.sh @@ -60,9 +60,9 @@ case "$1" in org_env_file=${docker_work_dir}/.env tmp_env_file=${docker_work_dir}/temp.env - if [ ! -f ${org_env_file} ]; then + # if [ ! -f ${org_env_file} ]; then cp ${def_env_file} ${org_env_file} - fi + # fi # copy default config files to conf directory for conf_dir in $conf_dirs; do