1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lstu_ynh.git synced 2024-09-03 19:36:12 +02:00

Update install

This commit is contained in:
frju365 2017-02-18 11:47:20 +01:00 committed by GitHub
parent d8ab4e744b
commit 0e9d82e646

View file

@ -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