nextcloud/config/cont-init.d/00-fix-logs.sh
casjay 4954dce9b1
🦈🏠🐜 Initial Commit 🐜🦈🏠
2022-10-04 21:48:50 -04:00

6 lines
153 B
Bash

#!/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