Match variable name in ubuntu init. fix #2149

This commit is contained in:
Ruud
2013-09-12 11:07:49 +02:00
parent c6403e87f1
commit a1d2276668

View File

@@ -52,7 +52,7 @@ APP_PATH=${CP_HOME-/opt/couchpotato/}
DATA_DIR=${CP_DATA-/var/couchpotato}
# Path to store PID file
PID_FILE=${CP_PID_FILE-/var/run/couchpotato.pid}
PID_FILE=${CP_PIDFILE-/var/run/couchpotato.pid}
# path to python bin
DAEMON=${PYTHON_BIN-/usr/bin/python}