From 93ac1ebb325acc23ce87b11aca32b4633a880a83 Mon Sep 17 00:00:00 2001 From: frju365 Date: Thu, 16 Feb 2017 23:26:05 +0100 Subject: [PATCH] Update install --- scripts/install | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 3a8d418..79c0ca7 100644 --- a/scripts/install +++ b/scripts/install @@ -31,8 +31,7 @@ source /usr/share/yunohost/helpers # Copy files to the right place final_path=/var/www/$app -sudo mkdir -p $final_path -extract_source $final_path +extract_source # Files owned by root, www-data can just read sudo chown www-data:www-data $final_path -R