mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
Remove the else ecmhost condition (#1835)
Co-authored-by: MaurizioVitale <mauriziovitale@XXXX-MBP-1818.local>
This commit is contained in:
parent
ffc4bd6e0f
commit
e94f3d9e3f
@ -91,9 +91,6 @@ echo "replace APP_CONFIG_ECM_HOST"
|
|||||||
encoded=${APP_CONFIG_ECM_HOST//\//$replace}
|
encoded=${APP_CONFIG_ECM_HOST//\//$replace}
|
||||||
sed -e "s/\"ecmHost\": \".*\"/\"ecmHost\": \"${encoded}\"/g" \
|
sed -e "s/\"ecmHost\": \".*\"/\"ecmHost\": \"${encoded}\"/g" \
|
||||||
-i "${NGINX_ENVSUBST_OUTPUT_DIR}/app.config.json"
|
-i "${NGINX_ENVSUBST_OUTPUT_DIR}/app.config.json"
|
||||||
else
|
|
||||||
sed -e "s/\"ecmHost\": \".*\"/\"ecmHost\": \"\"/g" \
|
|
||||||
-i "${NGINX_ENVSUBST_OUTPUT_DIR}/app.config.json"
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# application specific ce replacements
|
# application specific ce replacements
|
||||||
|
Loading…
x
Reference in New Issue
Block a user