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
1 changed files with 1 additions and 0 deletions

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);