From 525de2324f7b71350a173a70207b477cc93310d1 Mon Sep 17 00:00:00 2001 From: frju365 Date: Sun, 29 Jan 2017 22:04:28 +0100 Subject: [PATCH] Update install --- scripts/install | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 46c4bde..4e3b5c1 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