From fd0a7635bc1c8f4b645598dade4006539f174b8d Mon Sep 17 00:00:00 2001 From: frju365 Date: Mon, 24 Jul 2017 20:41:17 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 7f68aec..099f38a 100644 --- a/scripts/install +++ b/scripts/install @@ -115,7 +115,7 @@ 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 +sudo chown $app: $final_path -R #================================================= # BEGINING OF THE INSTALLATION