mirror of
https://github.com/YunoHost-Apps/dato_ynh.git
synced 2024-09-03 18:16:33 +02:00
Corrected error in restore script.
This commit is contained in:
parent
d623c0408c
commit
f72b7a70b5
1 changed files with 2 additions and 0 deletions
|
@ -110,6 +110,8 @@ ynh_system_user_create --username=$app
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Building node dependencies..." --weight=90
|
ynh_script_progression --message="Building node dependencies..." --weight=90
|
||||||
|
|
||||||
|
chown -R "$app":"$app" $final_path
|
||||||
|
|
||||||
pushd "$final_path"
|
pushd "$final_path"
|
||||||
ynh_use_nodejs
|
ynh_use_nodejs
|
||||||
sudo -u $app env $ynh_node_load_PATH npm install --loglevel warn
|
sudo -u $app env $ynh_node_load_PATH npm install --loglevel warn
|
||||||
|
|
Loading…
Reference in a new issue