updater: fix permissions of cache/js
This commit is contained in:
parent
b99306c86d
commit
897589a5c3
1 changed files with 1 additions and 0 deletions
|
@ -230,6 +230,7 @@ class Updater extends Plugin {
|
|||
CACHE_DIR,
|
||||
CACHE_DIR . "/export",
|
||||
CACHE_DIR . "/images",
|
||||
CACHE_DIR . "/js",
|
||||
CACHE_DIR . "/simplepie",
|
||||
ICONS_DIR,
|
||||
LOCK_DIRECTORY);
|
||||
|
|
Loading…
Reference in a new issue