diff --git a/config/root/etc/cont-init.d/10-tubesync b/config/root/etc/cont-init.d/10-tubesync index d72068f..792e3be 100644 --- a/config/root/etc/cont-init.d/10-tubesync +++ b/config/root/etc/cont-init.d/10-tubesync @@ -15,6 +15,8 @@ chown -R app:app /downloads && \ chmod -R 0755 /downloads && \ chown -R root:app /app && \ chmod -R 0750 /app && \ +chown -R app:app /app/common/static && \ +chmod -R 0750 /app/common/static && \ find /app -type f -exec chmod 640 {} \; && \ # Run migrations