removed start

This commit is contained in:
Dominique Barton
2016-01-20 21:15:57 +01:00
parent 6e67729d61
commit b3c11bb71d
-14
View File
@@ -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}