aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryalh76 <yalh@yahoo.com>2022-02-16 00:00:45 +0100
committeryalh76 <yalh@yahoo.com>2022-02-16 00:00:45 +0100
commit115fe3e330f052959f5c345b2e21fe6d90749f66 (patch)
tree4b2c3f7ce2578b45428793ca89ecb45a2a8868df
parent35508ef351479dfa9cc99c74039969c94f513391 (diff)
downloadmastodon_ynh-115fe3e330f052959f5c345b2e21fe6d90749f66.tar.gz
mastodon_ynh-115fe3e330f052959f5c345b2e21fe6d90749f66.tar.bz2
mastodon_ynh-115fe3e330f052959f5c345b2e21fe6d90749f66.zip
Fix #262
-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
#=================================================