aboutsummaryrefslogtreecommitdiff
path: root/scripts/restore
diff options
context:
space:
mode:
authorThomas <51749973+Thovi98@users.noreply.github.com>2025-08-24 22:11:54 +0200
committerGitHub <noreply@github.com>2025-08-24 22:11:54 +0200
commit9b7308681eed5b930c60dd882d6588a6fc28af37 (patch)
treed2ac88904c43c34b0829c86dce68e96fd6fd3e1b /scripts/restore
parent9a9079042ee2923c1a5dfa59dcbe17ee3e03617d (diff)
parent8fb1c6c7818430e8ac49f3ae589c6575614f5e4b (diff)
downloadmastodon_ynh-9b7308681eed5b930c60dd882d6588a6fc28af37.tar.gz
mastodon_ynh-9b7308681eed5b930c60dd882d6588a6fc28af37.tar.bz2
mastodon_ynh-9b7308681eed5b930c60dd882d6588a6fc28af37.zip
Merge branch 'testing' into ci-auto-update-4.4.3
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
#=================================================