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 1b0929a commit 304b38eCopy full SHA for 304b38e
docker/rootfs/etc/s6-overlay/s6-rc.d/prepare/30-ownership.sh
@@ -26,7 +26,7 @@ chown -R "$PUID:$PGID" /etc/nginx/conf.d
26
# Certbot directories - optimized approach
27
CERT_INIT_FLAG="/opt/certbot/.ownership_initialized"
28
29
-if [ ! -f "$CERT_INIT_FLAG" ] || [ "$SKIP_CERTBOT_OWNERSHIP" != "true" ]; then
+if [ ! -f "$CERT_INIT_FLAG" ] && [ "$SKIP_CERTBOT_OWNERSHIP" != "true" ]; then
30
# Prevents errors when installing python certbot plugins when non-root
31
log_info 'Changing ownership of /opt/certbot directories ...'
32
chown "$PUID:$PGID" /opt/certbot /opt/certbot/bin
0 commit comments