diff options
| author | Tagadda <36127788+Tagadda@users.noreply.github.com> | 2025-08-29 22:09:59 +0200 |
|---|---|---|
| committer | Tagadda <36127788+Tagadda@users.noreply.github.com> | 2025-08-29 22:09:59 +0200 |
| commit | 0114f2f9b79a03241cffeff6bb18182938dda414 (patch) | |
| tree | f169cd2f58e39f57443bf89abb526f9b40152be7 /scripts/restore | |
| parent | e7f213118d206195f430e5cee0d4c58336410837 (diff) | |
| download | mastodon_ynh-0114f2f9b79a03241cffeff6bb18182938dda414.tar.gz mastodon_ynh-0114f2f9b79a03241cffeff6bb18182938dda414.tar.bz2 mastodon_ynh-0114f2f9b79a03241cffeff6bb18182938dda414.zip | |
hide warnings
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 692aa98..c6939f6 100644 --- a/scripts/restore +++ b/scripts/restore @@ -55,7 +55,7 @@ ynh_script_progression "Building app..." pushd "$install_dir/live" gem update --system gem install bundler --no-document - ynh_exec_as_app LD_PRELOAD=libjemalloc.so bin/bundle install --redownload -j$(getconf _NPROCESSORS_ONLN) + ynh_hide_warnings ynh_exec_as_app LD_PRELOAD=libjemalloc.so bin/bundle install --redownload -j$(getconf _NPROCESSORS_ONLN) popd #================================================= |
