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