소스 검색

Fix permission recursiveness

Jamie Curnow 1 년 전
부모
커밋
a7fe687bae
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docker/rootfs/etc/s6-overlay/s6-rc.d/prepare/30-ownership.sh

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

@@ -24,4 +24,4 @@ chown -R "$PUID:$PGID" /etc/nginx/nginx.conf
 chown -R "$PUID:$PGID" /etc/nginx/conf.d
 
 # 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