BUGFIX: Bugfix for version checkout

This commit is contained in:
Dominique Barton
2015-12-22 10:54:06 +01:00
parent 93ed43808a
commit f09cfa2e31
+1 -1
View File
@@ -3,7 +3,7 @@
echo "Updating CouchPotato git repository..."
git pull
if [[ -n "${VERSION}" ]]
if [ -n "${VERSION}" ]
then
echo "Checking out SABnzbd version '${VERSION}'..."
git checkout ${VERSION}