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

Merge pull request #50 from YunoHost-Apps/donotfail_modules_upgrade

Do not fail on modules upgrade
This commit is contained in:
Maniack Crudelis 2018-08-18 10:03:04 +02:00 committed by GitHub
commit 1b2e215237
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -163,7 +163,7 @@ do
echo "Update $node_module"
(cd "$final_path/node_modules/$node_module"
npm cache clean
ynh_exec_warn_less npm update)
ynh_exec_warn_less npm update || true)
done <<< "$(ls -1 "$final_path/node_modules")"
#=================================================