mirror of
https://github.com/YunoHost-Apps/mastodon_ynh.git
synced 2024-09-03 19:46:02 +02:00
commit
229212d9d4
2 changed files with 1 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
||||||
"en": "A libre and federated social network.",
|
"en": "A libre and federated social network.",
|
||||||
"fr": "Un réseau social libre et fédéré."
|
"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",
|
"url": "https://github.com/tootsuite/mastodon",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
|
|
@ -256,8 +256,6 @@ ynh_add_systemd_config --service="$app-streaming" --template="mastodon-streaming
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Upgrading Mastodon..."
|
ynh_script_progression --message="Upgrading Mastodon..."
|
||||||
|
|
||||||
chown -R "$app": "$final_path"
|
|
||||||
|
|
||||||
pushd "$final_path/live"
|
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 deployment 'true'
|
||||||
sudo -u $app $ynh_ruby_load_path bin/bundle config without 'development test'
|
sudo -u $app $ynh_ruby_load_path bin/bundle config without 'development test'
|
||||||
|
|
Loading…
Reference in a new issue