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 | |
| parent | eecdd86ba7f958f7d6d78ed9b39f219eaef4121e (diff) | |
| download | mastodon_ynh-ed49d699acaf02c295f787945993ecef3f759eb6.tar.gz mastodon_ynh-ed49d699acaf02c295f787945993ecef3f759eb6.tar.bz2 mastodon_ynh-ed49d699acaf02c295f787945993ecef3f759eb6.zip | |
Fix #267
| -rw-r--r-- | manifest.json | 2 | ||||
| -rw-r--r-- | scripts/upgrade | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/manifest.json b/manifest.json index 951f3fb..620229a 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "A libre and federated social network.", "fr": "Un réseau social libre et fédéré." }, - "version": "3.3.0~ynh2", + "version": "3.3.0~ynh3", "url": "https://github.com/tootsuite/mastodon", "license": "AGPL-3.0-or-later", "maintainer": { 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' |
