diff options
| author | yalh76 <yalh@yahoo.com> | 2021-04-26 22:35:12 +0200 |
|---|---|---|
| committer | yalh76 <yalh@yahoo.com> | 2021-04-26 22:35:12 +0200 |
| commit | ed49d699acaf02c295f787945993ecef3f759eb6 (patch) | |
| tree | 098c4371c58cf7f2f7576d6896e7d8d46fa45716 /scripts/upgrade | |
| parent | eecdd86ba7f958f7d6d78ed9b39f219eaef4121e (diff) | |
| download | mastodon_ynh-ed49d699acaf02c295f787945993ecef3f759eb6.tar.gz mastodon_ynh-ed49d699acaf02c295f787945993ecef3f759eb6.tar.bz2 mastodon_ynh-ed49d699acaf02c295f787945993ecef3f759eb6.zip | |
Fix #267
Diffstat (limited to 'scripts/upgrade')
| -rw-r--r-- | scripts/upgrade | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/upgrade b/scripts/upgrade index 86555dc..62d576e 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -256,8 +256,6 @@ ynh_add_systemd_config --service="$app-streaming" --template="mastodon-streaming #================================================= ynh_script_progression --message="Upgrading Mastodon..." -chown -R "$app": "$final_path" - pushd "$final_path/live" sudo -u $app $ynh_ruby_load_path bin/bundle config deployment 'true' sudo -u $app $ynh_ruby_load_path bin/bundle config without 'development test' |
