1
0
Fork 0
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:
squeak 2021-03-11 09:47:35 +01:00
parent d623c0408c
commit f72b7a70b5

View file

@ -110,6 +110,8 @@ ynh_system_user_create --username=$app
#=================================================
ynh_script_progression --message="Building node dependencies..." --weight=90
chown -R "$app":"$app" $final_path
pushd "$final_path"
ynh_use_nodejs
sudo -u $app env $ynh_node_load_PATH npm install --loglevel warn