Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion server-ce/config/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ export WEB_API_HOST=127.0.0.1
# we need to set the TEXLIVE_IMAGE_USER to www-data so that the
# sandboxed compiles container can access the files
# created by the web container.
if [ "$SANDBOXED_COMPILES_SIBLING_CONTAINERS" = "true" ]; then
if [ "${SANDBOXED_COMPILES_SIBLING_CONTAINERS:-}" = "true" ]; then
export TEXLIVE_IMAGE_USER=www-data
fi
Loading