Skip to content

Commit

Permalink
Merge pull request Uberspace#1343 from bnavigator/patch-1
Browse files Browse the repository at this point in the history
[libreoffice] change JSON config container user extraction
  • Loading branch information
noave authored Dec 14, 2022
2 parents 67ae8e7 + 5b3339d commit 9cb8e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/guide_libreoffice.rst
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ Open the file and insert the following content:
,extra_params=""
command=bash -c '
%(ENV_HOME)s/bin/udocker run \
--user="$(jq -r .container_config.User \
--user="$(jq -r .config.User \
< %(ENV_HOME)s/.udocker/containers/"$container"/container.json)" \
--env=DONT_GEN_SSL_CERT=1 \
--workdir=/ \
Expand Down

0 comments on commit 9cb8e7e

Please sign in to comment.