From b3c11bb71d59cee012016a66e8392552a3b086d0 Mon Sep 17 00:00:00 2001 From: Dominique Barton Date: Wed, 20 Jan 2016 21:15:57 +0100 Subject: [PATCH] removed start --- start.sh | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 start.sh 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}