Acutally use config_file variable

This commit is contained in:
ikkemaniac
2013-01-05 16:18:41 +01:00
committed by Ruud
parent 7b4924dd7a
commit acc8ed2092

View File

@@ -40,7 +40,7 @@ status_cmd="${name}_status"
stop_cmd="${name}_stop"
command="/usr/sbin/daemon"
command_args="-f -p ${couchpotato_pid} /usr/local/bin/python ${couchpotato_dir}/CouchPotato.py ${couchpotato_flags}"
command_args="-f -p ${couchpotato_pid} /usr/local/bin/python ${couchpotato_dir}/CouchPotato.py --config_file ${couchpotato_conf} ${couchpotato_flags}"
start_cmd="${command} ${command_args}"
# Check for wget and refuse to start without it.