1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/distbin_ynh.git synced 2024-09-03 18:26:10 +02:00

fix upgrade

This commit is contained in:
yalh76 2019-02-03 06:34:25 +01:00
parent 11881920a7
commit 1d55e528d1

View file

@ -138,6 +138,7 @@ pushd $final_path
ynh_use_nodejs
sudo -u $app env PATH=$PATH:$nodejs_path npm update --production
sudo -u $app env PATH=$PATH:$nodejs_path npm install --production
sudo -u $app env PATH=$PATH:$nodejs_path npm audit fix
popd
### Verify the checksum of a file, stored by `ynh_store_file_checksum` in the install script.