1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/petrolette_ynh.git synced 2024-09-03 19:56:26 +02:00

fix upgrade script

This commit is contained in:
oiseauroch 2021-04-09 18:07:11 +00:00 committed by GitHub
parent 438ddd3676
commit 994f8b35c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -85,7 +85,7 @@ ynh_script_progression --message="Upgrading the app..." --weight=5
pushd $final_path
ynh_use_nodejs
ynh_exec_as $app $ynh_node_load_PATH $ynh_npm update
ynh_npm install
popd
#=================================================