mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2026-05-05 07:36:10 +02:00
Drop unused feed-icons folder (#276)
Since a30b9bb649d6e10a5d7c2feb73376669cf23ef68, feed icons are cached in ./cache/feed-icons, not ./feed-icons
This commit is contained in:
parent
a409fb5c1a
commit
453aaf568e
@ -77,7 +77,6 @@ if [ -z $SKIP_RSYNC_ON_STARTUP ]; then
|
||||
sudo -u app rsync -a --no-owner --delete \
|
||||
--exclude /cache \
|
||||
--exclude /lock \
|
||||
--exclude /feed-icons \
|
||||
--exclude /plugins/af_comics/filters.local \
|
||||
--exclude /plugins.local \
|
||||
--exclude /templates.local \
|
||||
@ -92,7 +91,7 @@ else
|
||||
echo "warning: working copy in $DST_DIR won't be updated, make sure you know what you're doing."
|
||||
fi
|
||||
|
||||
for d in cache lock feed-icons plugins.local themes.local templates.local cache/export cache/feeds cache/images cache/upload; do
|
||||
for d in cache lock plugins.local themes.local templates.local cache/export cache/feeds cache/images cache/upload; do
|
||||
sudo -u app mkdir -p $DST_DIR/$d
|
||||
done
|
||||
|
||||
@ -101,7 +100,7 @@ done
|
||||
# - fatal error: could not open certificate file "/root/.postgresql/postgresql.crt": Permission denied
|
||||
chown -R app:app /root # /.postgresql
|
||||
|
||||
for d in cache lock feed-icons; do
|
||||
for d in cache lock; do
|
||||
chown -R app:app $DST_DIR/$d
|
||||
chmod -R u=rwX,g=rX,o=rX $DST_DIR/$d
|
||||
done
|
||||
|
||||
@ -55,7 +55,6 @@ if [ -z $SKIP_RSYNC_ON_STARTUP ]; then
|
||||
sudo -u app rsync -a --no-owner --delete \
|
||||
--exclude /cache \
|
||||
--exclude /lock \
|
||||
--exclude /feed-icons \
|
||||
--exclude /plugins/af_comics/filters.local \
|
||||
--exclude /plugins.local \
|
||||
--exclude /templates.local \
|
||||
@ -70,7 +69,7 @@ else
|
||||
echo "warning: working copy in $DST_DIR won't be updated, make sure you know what you're doing."
|
||||
fi
|
||||
|
||||
for d in cache lock feed-icons plugins.local themes.local templates.local cache/export cache/feeds cache/images cache/upload; do
|
||||
for d in cache lock plugins.local themes.local templates.local cache/export cache/feeds cache/images cache/upload; do
|
||||
sudo -u app mkdir -p $DST_DIR/$d
|
||||
done
|
||||
|
||||
@ -79,7 +78,7 @@ done
|
||||
# - fatal error: could not open certificate file "/root/.postgresql/postgresql.crt": Permission denied
|
||||
chown -R app:app /root # /.postgresql
|
||||
|
||||
for d in cache lock feed-icons; do
|
||||
for d in cache lock; do
|
||||
chown -R app:app $DST_DIR/$d
|
||||
chmod -R u=rwX,g=rX,o=rX $DST_DIR/$d
|
||||
done
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user