1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-08-15 23:09:53 +02:00

Allow startup on case sensitive file systems

Fixed EXE_PATH to match NzbDrone.exe’s capitalisation.
This commit is contained in:
Alex 2015-03-18 21:03:19 +00:00
parent c5f2c2823e
commit 52ec1cf1b1

View File

@ -4,7 +4,7 @@
DIR=$(cd "$(dirname "$0")"; pwd)
#change these values to match your app
EXE_PATH="$DIR/nzbdrone.exe"
EXE_PATH="$DIR/NzbDrone.exe"
APPNAME="Sonarr"
#set up environment