diff options
author | Felix Ableitner <me@nutomic.com> | 2018-09-27 13:12:41 -0500 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-09-28 10:35:59 +0200 |
commit | cee43cf11c31b76329fec20ce7f075ed97d1cd70 (patch) | |
tree | 33ec78b47046b41946137c6068bf405a5b844c78 /scripts | |
parent | 4cd7a103da0ce773745b55e3ce3f8182260118ae (diff) | |
download | PeerTube-cee43cf11c31b76329fec20ce7f075ed97d1cd70.tar.gz PeerTube-cee43cf11c31b76329fec20ce7f075ed97d1cd70.tar.zst PeerTube-cee43cf11c31b76329fec20ce7f075ed97d1cd70.zip |
Added else
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/upgrade.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/upgrade.sh b/scripts/upgrade.sh index 0ff755b45..23a19b10d 100755 --- a/scripts/upgrade.sh +++ b/scripts/upgrade.sh | |||
@@ -38,6 +38,8 @@ if [ "$RELEASE_VERSION" != "$PRE_RELEASE_VERSION" ]; then | |||
38 | [2]* ) VERSION="$PRE_RELEASE_VERSION";; | 38 | [2]* ) VERSION="$PRE_RELEASE_VERSION";; |
39 | * ) exit; | 39 | * ) exit; |
40 | esac | 40 | esac |
41 | else | ||
42 | VERSION="$RELEASE_VERSION" | ||
41 | fi | 43 | fi |
42 | 44 | ||
43 | echo "Installing Peertube version $VERSION" | 45 | echo "Installing Peertube version $VERSION" |