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 (#72)

Stay on 2.3.2
This commit is contained in:
nemsia 2018-04-05 23:11:32 +02:00 committed by GitHub
parent 666ceeb8f8
commit 7dc6ec97c6
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