mirror of
https://github.com/Radarr/Radarr
synced 2024-12-23 00:12:44 +00:00
Allow startup on case sensitive file systems
Fixed EXE_PATH to match NzbDrone.exe’s capitalisation.
This commit is contained in:
parent
c5f2c2823e
commit
52ec1cf1b1
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
DIR=$(cd "$(dirname "$0")"; pwd)
|
DIR=$(cd "$(dirname "$0")"; pwd)
|
||||||
|
|
||||||
#change these values to match your app
|
#change these values to match your app
|
||||||
EXE_PATH="$DIR/nzbdrone.exe"
|
EXE_PATH="$DIR/NzbDrone.exe"
|
||||||
APPNAME="Sonarr"
|
APPNAME="Sonarr"
|
||||||
|
|
||||||
#set up environment
|
#set up environment
|
||||||
|
|
Loading…
Reference in a new issue