diff options
| author | eric_G <46165813+ericgaspar@users.noreply.github.com> | 2025-09-01 13:58:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-01 13:58:37 +0200 |
| commit | fb1a1d63c17a23264c3ea1207e6b1ead0415984a (patch) | |
| tree | 50fad3e6c05cfb27c2c3866200756283f1de6113 /scripts/restore | |
| parent | edbf9871a19fd30634d86e7ff41d4f33b92521d4 (diff) | |
| parent | f5bf5ea6628be0fa889f8a4dda97dcb19a427ec7 (diff) | |
| download | mastodon_ynh-fb1a1d63c17a23264c3ea1207e6b1ead0415984a.tar.gz mastodon_ynh-fb1a1d63c17a23264c3ea1207e6b1ead0415984a.tar.bz2 mastodon_ynh-fb1a1d63c17a23264c3ea1207e6b1ead0415984a.zip | |
Merge pull request #518 from YunoHost-Apps/ldpreload
LD_PRELOAD
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 03f0dce..cbb2d2c 100644 --- a/scripts/restore +++ b/scripts/restore @@ -53,7 +53,7 @@ ynh_script_progression "Building app..." pushd "$install_dir/live" gem update --system gem install bundler --no-document - ynh_hide_warnings ynh_exec_as_app $ld_preload 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 #================================================= |
