1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mastodon_ynh.git synced 2024-09-03 19:46:02 +02:00

Hotfix v2.3.3 upgrade

Stay on 2.3.2
This commit is contained in:
nemsia 2018-04-05 23:09:25 +02:00 committed by GitHub
parent c8c2b68e50
commit 77a89dcc45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,7 +50,8 @@ PULLCOMMANDS
# Switch branch to tagged release
cd $final_path/live
version=$(curl -s https://api.github.com/repos/tootsuite/mastodon/releases/latest | grep tag_name | cut -d\" -f4)
#version=$(curl -s https://api.github.com/repos/tootsuite/mastodon/releases/latest | grep tag_name | cut -d\" -f4)
version=v2.3.2
sudo su - $app <<SWITCHCOMMANDS
pushd ~/live
git checkout $version