aboutsummaryrefslogtreecommitdiff
path: root/scripts/restore
diff options
context:
space:
mode:
authorTagada <36127788+Tagadda@users.noreply.github.com>2025-08-24 16:41:25 +0200
committerGitHub <noreply@github.com>2025-08-24 16:41:25 +0200
commit8fb1c6c7818430e8ac49f3ae589c6575614f5e4b (patch)
treef868421c877f154b692978f497f6f3f68a3d50ea /scripts/restore
parent38e8436dd8489140af8921c81d9d891bfa92349e (diff)
parentd7490e1860fbfb9a2f05bce4f80f74d7dbe51d59 (diff)
downloadmastodon_ynh-8fb1c6c7818430e8ac49f3ae589c6575614f5e4b.tar.gz
mastodon_ynh-8fb1c6c7818430e8ac49f3ae589c6575614f5e4b.tar.bz2
mastodon_ynh-8fb1c6c7818430e8ac49f3ae589c6575614f5e4b.zip
Merge pull request #514 from YunoHost-Apps/testing
Testing 4.4.3
Diffstat (limited to 'scripts/restore')
-rw-r--r--scripts/restore2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/restore b/scripts/restore
index 77e934b..48e1384 100644
--- a/scripts/restore
+++ b/scripts/restore
@@ -66,7 +66,7 @@ pushd "$install_dir/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)
+ ynh_exec_warn_less ynh_exec_as $app $ynh_ruby_load_path $ld_preload bin/bundle install --redownload -j$(getconf _NPROCESSORS_ONLN)
popd
#=================================================