This commit is contained in:
@@ -486,7 +486,7 @@ WEB_SERVER
|
||||
touch "${TARGET_DIR}/.env"
|
||||
for env_file in "${TARGET_DIR}/.env" "${TARGET_DIR}/.env.local"; do
|
||||
if [[ -f "${env_file}" ]]; then
|
||||
grep -v '^GENARRATIVE_SPACETIME_ROOT_DIR=' "${env_file}" >"${env_file}.tmp"
|
||||
grep -v '^GENARRATIVE_SPACETIME_ROOT_DIR=' "${env_file}" >"${env_file}.tmp" || true
|
||||
mv "${env_file}.tmp" "${env_file}"
|
||||
printf '\nGENARRATIVE_SPACETIME_ROOT_DIR=__GENARRATIVE_RUNTIME_SPACETIME_ROOT_DIR__\n' >>"${env_file}"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user