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:
parent
82474d4ffa
commit
b16e8ba8ef
|
@ -236,6 +236,7 @@ class Updater extends Plugin {
|
|||
CACHE_DIR . "/images",
|
||||
CACHE_DIR . "/js",
|
||||
CACHE_DIR . "/simplepie",
|
||||
CACHE_DIR . "/upload",
|
||||
ICONS_DIR,
|
||||
LOCK_DIRECTORY);
|
||||
|
||||
|
|
Loading…
Reference in New Issue