fix: 复制.env
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user