mirror of
https://github.com/casjaysdevdocker/nextcloud
synced 2025-01-18 18:34:21 -05:00
6 lines
153 B
Bash
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
|