nextcloud/config/cont-init.d/00-fix-logs.sh

6 lines
153 B
Bash
Raw Normal View History

#!/usr/bin/with-contenv sh
# shellcheck shell=sh
# Fix access rights to stdout and stderr
chown ${PUID}:${PGID} /proc/self/fd/1 /proc/self/fd/2 || true