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:
parent
e612494bde
commit
fbe6cf7087
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue