aboutsummaryrefslogtreecommitdiff
path: root/scripts/restore
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/restore')
-rw-r--r--scripts/restore3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/restore b/scripts/restore
index 9dc84ba..51139ed 100644
--- a/scripts/restore
+++ b/scripts/restore
@@ -53,10 +53,9 @@ ynh_nodejs_install
ynh_script_progression "Building app..."
pushd "$install_dir/live"
-
gem update --system
gem install bundler --no-document
- ynh_exec_as_app $ld_preload bin/bundle install --redownload -j$(getconf _NPROCESSORS_ONLN)
+ ynh_hide_warnings ynh_exec_as_app $ld_preload bin/bundle install --redownload -j$(getconf _NPROCESSORS_ONLN)
popd
#=================================================