Fix permission recursiveness

This commit is contained in:
Jamie Curnow 2024-01-10 09:22:34 +10:00
parent 4028120f55
commit a7fe687bae
No known key found for this signature in database
GPG Key ID: FFBB624C43388E9E

View File

@ -24,4 +24,4 @@ chown -R "$PUID:$PGID" /etc/nginx/nginx.conf
chown -R "$PUID:$PGID" /etc/nginx/conf.d chown -R "$PUID:$PGID" /etc/nginx/conf.d
# Prevents errors when installing python certbot plugins when non-root # Prevents errors when installing python certbot plugins when non-root
chown "$PUID:$PGID" /opt/certbot/lib/python3.7/site-packages/ chown -R "$PUID:$PGID" /opt/certbot/lib/python3.7/site-packages