diff options
Diffstat (limited to 'scripts/upgrade.sh')
-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" |