mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose.git
synced 2025-08-15 04:36:57 +02:00
apply more sane permissions on cache directories
This commit is contained in:
parent
93ddc6684a
commit
9ca66351da
@ -42,7 +42,8 @@ for d in cache lock feed-icons plugins.local themes.local; do
|
||||
done
|
||||
|
||||
for d in cache lock feed-icons; do
|
||||
chmod -R 777 $DST_DIR/$d
|
||||
chmod 777 $DST_DIR/$d
|
||||
find $DST_DIR/$d -type f -exec chmod 666 {} \;
|
||||
done
|
||||
|
||||
chown -R $OWNER_UID:$OWNER_GID $DST_DIR \
|
||||
|
Loading…
Reference in New Issue
Block a user