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