This repository has been archived on 2026-05-28. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
syncthing-arm/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" "$@"