aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/upgrade.sh
diff options
context:
space:
mode:
authorFelix Ableitner <me@nutomic.com>2018-09-27 13:12:41 -0500
committerChocobozzz <me@florianbigard.com>2018-09-28 10:35:59 +0200
commitcee43cf11c31b76329fec20ce7f075ed97d1cd70 (patch)
tree33ec78b47046b41946137c6068bf405a5b844c78 /scripts/upgrade.sh
parent4cd7a103da0ce773745b55e3ce3f8182260118ae (diff)
downloadPeerTube-cee43cf11c31b76329fec20ce7f075ed97d1cd70.tar.gz
PeerTube-cee43cf11c31b76329fec20ce7f075ed97d1cd70.tar.zst
PeerTube-cee43cf11c31b76329fec20ce7f075ed97d1cd70.zip
Added else
Diffstat (limited to 'scripts/upgrade.sh')
-rwxr-xr-xscripts/upgrade.sh2
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
41else
42 VERSION="$RELEASE_VERSION"
41fi 43fi
42 44
43echo "Installing Peertube version $VERSION" 45echo "Installing Peertube version $VERSION"