mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-10-31 15:53:33 +00:00 
			
		
		
		
	replaxed chown with find -not -user ... chown
chown -R tries to chown all files. find -not -user -execdir only chowns files not owned by PUID
This commit is contained in:
		| @@ -25,4 +25,4 @@ chown -R "$PUID:$PGID" /etc/nginx/conf.d | ||||
|  | ||||
| # Prevents errors when installing python certbot plugins when non-root | ||||
| 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" {} \+ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user