1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-06-24 06:39:36 +02:00

Radarr default downloads to a upper case R, but this script looks for lower case r, which causes the script to fail with no error printed to console.

Michael Porter 2017-01-18 18:47:23 +00:00
parent efe55563c8
commit 4a3ee94b5a

@ -12,7 +12,7 @@ description "Upstart Script to run Radarr as a service on Ubuntu/Debian based sy
#Set username for the process. Should probably be what you use for logging in
setuid yourusername
env DIR=/opt/radarr
env DIR=/opt/Radarr
#This is the install directory. If you installed using a deb package or the Radarr Repository you do not need to change this
setgid nogroup