From aae72c1afda7d9e8578314d9c816d6d871a7455c Mon Sep 17 00:00:00 2001 From: frju365 Date: Wed, 19 Apr 2017 23:05:26 +0200 Subject: [PATCH] Update install --- scripts/install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install b/scripts/install index 235d057..258547e 100644 --- a/scripts/install +++ b/scripts/install @@ -89,6 +89,8 @@ sudo apt-get install -yy -qq nodejs final_path=/var/www/$app ynh_app_setting_set $app final_path $final_path SETUP_SOURCE # Télécharge la source, décompresse et copie dans $final_path +sudo chmod 755 $final_path -R +sudo chown www-data:www-data $final_path -R #================================================= # BEGINING OF THE INSTALLATION