We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4d91cfc + a5b21d0 commit 02aefa5Copy full SHA for 02aefa5
docker/rootfs/etc/s6-overlay/s6-rc.d/prepare/30-ownership.sh
@@ -25,4 +25,4 @@ chown -R "$PUID:$PGID" /etc/nginx/conf.d
25
26
# Prevents errors when installing python certbot plugins when non-root
27
chown "$PUID:$PGID" /opt/certbot /opt/certbot/bin
28
-chown -R "$PUID:$PGID" /opt/certbot/lib/python*/site-packages
+find /opt/certbot/lib/python*/site-packages -not -user "$PUID" -execdir chown "$PUID:$PGID" {} \+
0 commit comments