From 115fe3e330f052959f5c345b2e21fe6d90749f66 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Wed, 16 Feb 2022 00:00:45 +0100 Subject: [PATCH] Fix #262 --- scripts/restore | 1 + 1 file changed, 1 insertion(+) 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 #=================================================