diff options
| author | yalh76 <yalh@yahoo.com> | 2022-02-17 20:31:56 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-17 20:31:56 +0100 |
| commit | 3f728834a15657f72efbef59d5991e03b5babb66 (patch) | |
| tree | 4b2c3f7ce2578b45428793ca89ecb45a2a8868df /scripts | |
| parent | f2758fdec72be4e09107228591fb318fca2f9ab4 (diff) | |
| parent | 2f33630edba994036a19b02301d9acecd0d43e5c (diff) | |
| download | mastodon_ynh-3f728834a15657f72efbef59d5991e03b5babb66.tar.gz mastodon_ynh-3f728834a15657f72efbef59d5991e03b5babb66.tar.bz2 mastodon_ynh-3f728834a15657f72efbef59d5991e03b5babb66.zip | |
Merge pull request #309 from YunoHost-Apps/testing
Few Fixes
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/restore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/restore b/scripts/restore index dbabb6c..db512fe 100644 --- a/scripts/restore +++ b/scripts/restore @@ -120,6 +120,7 @@ pushd "$final_path/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) popd #================================================= |
