Skip to content

Commit a7fe687

Browse files
committed
Fix permission recursiveness
1 parent 4028120 commit a7fe687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/rootfs/etc/s6-overlay/s6-rc.d/prepare/30-ownership.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ chown -R "$PUID:$PGID" /etc/nginx/nginx.conf
2424
chown -R "$PUID:$PGID" /etc/nginx/conf.d
2525

2626
# Prevents errors when installing python certbot plugins when non-root
27-
chown "$PUID:$PGID" /opt/certbot/lib/python3.7/site-packages/
27+
chown -R "$PUID:$PGID" /opt/certbot/lib/python3.7/site-packages

0 commit comments

Comments
 (0)