From 0e9d82e6463c324083eb7cba06ea9f975d516ca9 Mon Sep 17 00:00:00 2001 From: frju365 Date: Sat, 18 Feb 2017 11:47:20 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index c34c30e..065c0bb 100644 --- a/scripts/install +++ b/scripts/install @@ -50,7 +50,7 @@ ynh_app_setting_set $app port $port # Créer le repertoire de destination et stocke son emplacement. ynh_app_setting_set $app final_path $final_path -git clone https://framagit.org/luc/lstu.git $final_path # Télécharge la source, décompresse et copie dans $final_path +sudo git clone https://framagit.org/luc/lstu.git $final_path # Télécharge la source, décompresse et copie dans $final_path # Copie le fichier de config nginx sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/$app.conf