From 4a3ee94b5a7d58c1e7760cecd1ffcc8cb2930a07 Mon Sep 17 00:00:00 2001 From: Michael Porter Date: Wed, 18 Jan 2017 18:47:23 +0000 Subject: [PATCH] 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. --- Autostart-on-Linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Autostart-on-Linux.md b/Autostart-on-Linux.md index 32c30e7..ab413c0 100644 --- a/Autostart-on-Linux.md +++ b/Autostart-on-Linux.md @@ -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