mirror of
https://github.com/octoleo/syncthing.git
synced 2025-01-02 22:50:18 +00:00
su-exec sets $HOME, and we used to have this env call in there to fix that up. It disappeared in the latest entrypoint.sh rewrite.
This commit is contained in:
parent
fb5f1bb56a
commit
3dc3e01f80
@ -4,4 +4,4 @@ set -eu
|
||||
|
||||
chown "${PUID}:${PGID}" "${HOME}" \
|
||||
&& exec su-exec "${PUID}:${PGID}" \
|
||||
"$@"
|
||||
env HOME="$HOME" "$@"
|
||||
|
Loading…
Reference in New Issue
Block a user