1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-22 17:41:28 +00:00

Fix permission on cache/upload after upgrade

The daemon complains about cache/upload after the updater upgrades the installation. This should fix the permissions.
This commit is contained in:
alok
2014-04-12 23:06:01 -04:00
parent 82474d4ffa
commit b16e8ba8ef

View File

@@ -236,6 +236,7 @@ class Updater extends Plugin {
CACHE_DIR . "/images", CACHE_DIR . "/images",
CACHE_DIR . "/js", CACHE_DIR . "/js",
CACHE_DIR . "/simplepie", CACHE_DIR . "/simplepie",
CACHE_DIR . "/upload",
ICONS_DIR, ICONS_DIR,
LOCK_DIRECTORY); LOCK_DIRECTORY);