2
0

fix: 复制.env

This commit is contained in:
caiyuchao
2025-06-19 10:43:07 +08:00
parent 46950b1309
commit 2bd9683756

View File

@@ -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