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 <