Private GIT

Skip to content
Snippets Groups Projects
Commit acc8ed20 authored by ikkemaniac's avatar ikkemaniac Committed by Ruud
Browse files

Acutally use config_file variable

parent 7b4924dd
Branches
Tags
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment