mirror of
https://github.com/jc21/nginx-proxy-manager.git
synced 2024-08-30 18:22:48 +00:00
Merge pull request #3617 from woodmichl/fix-slow-startup
replaced chown with find -not -user -execdir chown
This commit is contained in:
commit
02aefa50cd
@ -25,4 +25,4 @@ chown -R "$PUID:$PGID" /etc/nginx/conf.d
|
|||||||
|
|
||||||
# Prevents errors when installing python certbot plugins when non-root
|
# Prevents errors when installing python certbot plugins when non-root
|
||||||
chown "$PUID:$PGID" /opt/certbot /opt/certbot/bin
|
chown "$PUID:$PGID" /opt/certbot /opt/certbot/bin
|
||||||
chown -R "$PUID:$PGID" /opt/certbot/lib/python*/site-packages
|
find /opt/certbot/lib/python*/site-packages -not -user "$PUID" -execdir chown "$PUID:$PGID" {} \+
|
||||||
|
Loading…
Reference in New Issue
Block a user