Skip to content

Commit

Permalink
fix bas_href
Browse files Browse the repository at this point in the history
  • Loading branch information
lakhoune committed Jul 6, 2023
1 parent bce2dab commit a004b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ sed -i "s=<SBF_MANAGER_HOST>=$SBF_MANAGER=g" config.json
if [ -n "$BASE_HREF" ]; then
file="index.html"
tag="head"
line_to_add="<base href=\"$BASE_HREF\">"
line_to_add="<base href=\"/$BASE_HREF/\">"
sed -i "/<$tag>/a $line_to_add" "$file"
fi

Expand Down

0 comments on commit a004b25

Please sign in to comment.