diff options
| author | Tagada <36127788+Tagadda@users.noreply.github.com> | 2025-08-24 16:41:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-24 16:41:25 +0200 |
| commit | 8fb1c6c7818430e8ac49f3ae589c6575614f5e4b (patch) | |
| tree | f868421c877f154b692978f497f6f3f68a3d50ea /scripts/restore | |
| parent | 38e8436dd8489140af8921c81d9d891bfa92349e (diff) | |
| parent | d7490e1860fbfb9a2f05bce4f80f74d7dbe51d59 (diff) | |
| download | mastodon_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/restore | 2 |
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 #================================================= |
