From 76e55ffa81df11539cc81f23b21f97309aaae290 Mon Sep 17 00:00:00 2001 From: Yalh Date: Tue, 15 Jan 2019 01:49:42 +0100 Subject: [PATCH] update chown --- scripts/install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 7c8ae15..9d4f799 100644 --- a/scripts/install +++ b/scripts/install @@ -284,7 +284,8 @@ popd ### that really need such authorization. # Set permissions to app files -chown -R root: $final_path +sudo chown -R www-data:www-data: $final_path +sudo chmod 777 $final_path -R #================================================= # SETUP LOGROTATE