1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-01-23 02:14:48 +00:00

Do not fail on permission issue

This commit is contained in:
CrazyMax 2021-02-02 10:16:13 +01:00
parent e612494bde
commit fbe6cf7087
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7

View file

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