Files
syncthing/script/docker-entrypoint.sh
T

8 lines
121 B
Bash
Raw Normal View History

#!/bin/sh
set -eu
chown "${PUID}:${PGID}" "${HOME}" \
&& exec su-exec "${PUID}:${PGID}" \
env HOME="$HOME" "$@"