aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authoryalh76 <yalh@yahoo.com>2022-02-16 19:55:50 +0100
committerGitHub <noreply@github.com>2022-02-16 19:55:50 +0100
commit2f33630edba994036a19b02301d9acecd0d43e5c (patch)
tree4b2c3f7ce2578b45428793ca89ecb45a2a8868df /scripts
parent05d5eedfe64f93344241c78ca24900b5929781f6 (diff)
parent115fe3e330f052959f5c345b2e21fe6d90749f66 (diff)
downloadmastodon_ynh-2f33630edba994036a19b02301d9acecd0d43e5c.tar.gz
mastodon_ynh-2f33630edba994036a19b02301d9acecd0d43e5c.tar.bz2
mastodon_ynh-2f33630edba994036a19b02301d9acecd0d43e5c.zip
Merge pull request #308 from YunoHost-Apps/fix
Few Fixes
Diffstat (limited to 'scripts')
-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
#=================================================