1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nodebb_ynh.git synced 2024-09-03 19:46:29 +02:00

Update install

This commit is contained in:
frju365 2017-07-24 20:41:17 +02:00 committed by GitHub
parent f5814b5dea
commit fd0a7635bc

View file

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