aboutsummaryrefslogtreecommitdiff
path: root/scripts/restore
diff options
context:
space:
mode:
authorericgaspar <junk.eg@free.fr>2021-12-08 11:14:48 +0100
committerericgaspar <junk.eg@free.fr>2021-12-08 11:14:48 +0100
commit3fb2b81bd6bef83b169f3918ace4234f7d6d3923 (patch)
tree6e2a8a2c365c6f171a0d3774d3375d06c472cd1a /scripts/restore
parent0e996b8b555fa556ce4fc67dfac2890ef8a028d2 (diff)
downloadmastodon_ynh-3fb2b81bd6bef83b169f3918ace4234f7d6d3923.tar.gz
mastodon_ynh-3fb2b81bd6bef83b169f3918ace4234f7d6d3923.tar.bz2
mastodon_ynh-3fb2b81bd6bef83b169f3918ace4234f7d6d3923.zip
Fix
Diffstat (limited to 'scripts/restore')
-rw-r--r--scripts/restore8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/restore b/scripts/restore
index 68ff2b0..a80637c 100644
--- a/scripts/restore
+++ b/scripts/restore
@@ -101,8 +101,8 @@ ynh_restore_file --origin_path="/etc/cron.d/$app"
#=================================================
ynh_script_progression --message="Reinstalling dependencies..."
-ynh_install_app_dependencies $pkg_dependencies
-ynh_install_nodejs --nodejs_version=$NODEJS_VERSION
+ynh_exec_warn_less ynh_install_app_dependencies $pkg_dependencies
+ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$NODEJS_VERSION
ynh_install_extra_app_dependencies --repo="deb https://dl.yarnpkg.com/debian/ stable main" --package="yarn" --key="https://dl.yarnpkg.com/debian/pubkey.gpg"
ynh_install_ruby --ruby_version=$RUBY_VERSION
@@ -113,8 +113,8 @@ ynh_script_progression --message="Installing Ruby..."
pushd "$final_path/live"
ynh_use_ruby
- ynh_gem update --system
- ynh_gem install bundler --no-document
+ ynh_exec_warn_less ynh_gem update --system
+ ynh_exec_warn_less ynh_gem install bundler --no-document
popd
#=================================================