From b16e8ba8efa155750523e2eb1b140a3916b301b1 Mon Sep 17 00:00:00 2001 From: alok Date: Sat, 12 Apr 2014 23:06:01 -0400 Subject: [PATCH] Fix permission on cache/upload after upgrade The daemon complains about cache/upload after the updater upgrades the installation. This should fix the permissions. --- plugins/updater/init.php | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/updater/init.php b/plugins/updater/init.php index dc657e480..ef48858b2 100644 --- a/plugins/updater/init.php +++ b/plugins/updater/init.php @@ -236,6 +236,7 @@ class Updater extends Plugin { CACHE_DIR . "/images", CACHE_DIR . "/js", CACHE_DIR . "/simplepie", + CACHE_DIR . "/upload", ICONS_DIR, LOCK_DIRECTORY);