aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authornemsia <nemsia@nemsia.org>2018-04-05 23:11:32 +0200
committerGitHub <noreply@github.com>2018-04-05 23:11:32 +0200
commit7dc6ec97c666749e980578563aa671c62b2b9ab5 (patch)
tree204550b74fefcf017a96130a8f8a43d19bcbbd7f /scripts
parent666ceeb8f847ff65b73facdf2340289d392bc7fb (diff)
downloadmastodon_ynh-7dc6ec97c666749e980578563aa671c62b2b9ab5.tar.gz
mastodon_ynh-7dc6ec97c666749e980578563aa671c62b2b9ab5.tar.bz2
mastodon_ynh-7dc6ec97c666749e980578563aa671c62b2b9ab5.zip
Hotfix v2.3.3 upgrade (#72)
Stay on 2.3.2
Diffstat (limited to 'scripts')
-rw-r--r--scripts/upgrade3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/upgrade b/scripts/upgrade
index 8e33ce8..eeb4019 100644
--- a/scripts/upgrade
+++ b/scripts/upgrade
@@ -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