diff --git a/start.sh b/start.sh deleted file mode 100644 index 4a7b9c9..0000000 --- a/start.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh - -echo "Updating CouchPotato git repository..." -git pull - -if [ -n "${VERSION}" ] -then - echo "Checking out SABnzbd version '${VERSION}'..." - git checkout ${VERSION} -fi - -CONFIG=${CONFIG:-/datadir/config.ini} -echo "Starting CouchPotato with config '${CONFIG}'..." -exec ./CouchPotato.py --data_dir=/datadir --config_file=${CONFIG}