mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 05:23:31 -07:00
Merge pull request #227 from c0unt0/develop
Allow startup on case sensitive file systems
This commit is contained in:
commit
ca8e16a5be
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…
Add table
Add a link
Reference in a new issue