We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4028120 commit a7fe687Copy full SHA for a7fe687
docker/rootfs/etc/s6-overlay/s6-rc.d/prepare/30-ownership.sh
@@ -24,4 +24,4 @@ chown -R "$PUID:$PGID" /etc/nginx/nginx.conf
24
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/lib/python3.7/site-packages/
+chown -R "$PUID:$PGID" /opt/certbot/lib/python3.7/site-packages
0 commit comments