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
623e4c1f18
commit
aae72c1afd
1 changed files with 2 additions and 0 deletions
|
@ -89,6 +89,8 @@ sudo apt-get install -yy -qq nodejs
|
||||||
final_path=/var/www/$app
|
final_path=/var/www/$app
|
||||||
ynh_app_setting_set $app final_path $final_path
|
ynh_app_setting_set $app final_path $final_path
|
||||||
SETUP_SOURCE # Télécharge la source, décompresse et copie dans $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
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# BEGINING OF THE INSTALLATION
|
# BEGINING OF THE INSTALLATION
|
||||||
|
|
Loading…
Add table
Reference in a new issue