aboutsummaryrefslogtreecommitdiff
path: root/scripts/restore
diff options
context:
space:
mode:
authorTagada <36127788+Tagadda@users.noreply.github.com>2025-08-24 16:35:26 +0200
committerGitHub <noreply@github.com>2025-08-24 16:35:26 +0200
commitd7490e1860fbfb9a2f05bce4f80f74d7dbe51d59 (patch)
tree9e7a683bf305052f5b19c45b3793878abbc7e223 /scripts/restore
parent5bcecf75ba756b26027b740a0ae897326f8a5b50 (diff)
parent6f3d2987174de20f1ca0847745013f85363ae324 (diff)
downloadmastodon_ynh-d7490e1860fbfb9a2f05bce4f80f74d7dbe51d59.tar.gz
mastodon_ynh-d7490e1860fbfb9a2f05bce4f80f74d7dbe51d59.tar.bz2
mastodon_ynh-d7490e1860fbfb9a2f05bce4f80f74d7dbe51d59.zip
Merge pull request #507 from YunoHost-Apps/ci-auto-update-4.4.3
Upgrade to v4.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
#=================================================