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:
parent
f5814b5dea
commit
fd0a7635bc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue