Added else

pull/1144/head
Felix Ableitner 2018-09-27 13:12:41 -05:00 committed by Chocobozzz
parent 4cd7a103da
commit cee43cf11c
1 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,8 @@ if [ "$RELEASE_VERSION" != "$PRE_RELEASE_VERSION" ]; then
[2]* ) VERSION="$PRE_RELEASE_VERSION";;
* ) exit;
esac
else
VERSION="$RELEASE_VERSION"
fi
echo "Installing Peertube version $VERSION"