From 1674d6b4023fc7895c36c1ee0eca23fdd0cb50cf Mon Sep 17 00:00:00 2001 From: titoko Date: Sun, 24 Nov 2013 21:59:33 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index cea0abf..590b375 100644 --- a/scripts/install +++ b/scripts/install @@ -38,7 +38,7 @@ sudo mv /tmp/cronttrss /etc/cron.d/ttrss sudo mkdir $final_path/cache/{export,images,upload,js} sudo mkdir $final_path/{feed-icons,lock} -sudo chmod -R 777 $final_path/cache/images && sudo chmod -R 777 $final_path/cache/upload && sudo chmod -R 777 $final_path/cache/export && sudo chmod -R 777 $final_path/cache/js && sudo chmod -R 777 feed-icons && sudo chmod -R 777 lock +sudo chmod -R 777 $final_path/cache/images && sudo chmod -R 777 $final_path/cache/upload && sudo chmod -R 777 $final_path/cache/export && sudo chmod -R 777 $final_path/cache/js && sudo chmod -R 777 $final_path/feed-icons && sudo chmod -R 777 $final_path/lock # Set permissions to ttrss directory