diff --git a/start.sh b/start.sh index 677d328..4a7b9c9 100644 --- a/start.sh +++ b/start.sh @@ -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}