aboutsummaryrefslogtreecommitdiff
path: root/scripts/restore
diff options
context:
space:
mode:
authorTagadda <36127788+Tagadda@users.noreply.github.com>2025-08-24 15:35:30 +0200
committerTagadda <36127788+Tagadda@users.noreply.github.com>2025-08-24 15:35:30 +0200
commit6f3d2987174de20f1ca0847745013f85363ae324 (patch)
tree9e7a683bf305052f5b19c45b3793878abbc7e223 /scripts/restore
parentd5c70e78295e0a35026bf2e1848ef40ac0092fda (diff)
downloadmastodon_ynh-6f3d2987174de20f1ca0847745013f85363ae324.tar.gz
mastodon_ynh-6f3d2987174de20f1ca0847745013f85363ae324.tar.bz2
mastodon_ynh-6f3d2987174de20f1ca0847745013f85363ae324.zip
Hide warning during restore
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
#=================================================