mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
use standard base_path variable (#1185)
This commit is contained in:
parent
d5afd22f26
commit
903c9badcf
@ -66,9 +66,9 @@ if [[ $ACSURL ]]; then
|
||||
cat /tmp/app.config.json > ./app.config.json
|
||||
fi
|
||||
|
||||
if [[ $BASEPATH ]]; then
|
||||
if [[ $BASE_PATH ]]; then
|
||||
replace="\/"
|
||||
encoded=${BASEPATH//\//$replace}
|
||||
encoded=${BASE_PATH//\//$replace}
|
||||
sed -i s%href=\"/\"%href=\""$encoded"\"%g /tmp/index.html && \
|
||||
cat /tmp/index.html > ./index.html
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user