aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scripts/restore1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/restore b/scripts/restore
index dbabb6c..db512fe 100644
--- a/scripts/restore
+++ b/scripts/restore
@@ -120,6 +120,7 @@ pushd "$final_path/live"
ynh_use_ruby
ynh_gem update --system
ynh_gem install bundler --no-document
+ ynh_exec_as $app $ynh_ruby_load_path $ld_preload bin/bundle install --redownload -j$(getconf _NPROCESSORS_ONLN)
popd
#=================================================