mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-06-18 02:06:25 +00:00
Fix permission recursiveness
This commit is contained in:
@ -24,4 +24,4 @@ chown -R "$PUID:$PGID" /etc/nginx/nginx.conf
|
|||||||
chown -R "$PUID:$PGID" /etc/nginx/conf.d
|
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/lib/python3.7/site-packages/
|
chown -R "$PUID:$PGID" /opt/certbot/lib/python3.7/site-packages
|
||||||
|
Reference in New Issue
Block a user