From a1d227666836b58f798a1ba57089e89f70c0e3d5 Mon Sep 17 00:00:00 2001 From: Ruud Date: Thu, 12 Sep 2013 11:07:49 +0200 Subject: [PATCH] Match variable name in ubuntu init. fix #2149 --- init/ubuntu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/ubuntu b/init/ubuntu index 511d9ee8..7f770a67 100644 --- a/init/ubuntu +++ b/init/ubuntu @@ -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}