Merge pull request #3 from nbonfire/patch-1

Update and rename Sonarr to Lidarr
This commit is contained in:
mattman86 2017-04-19 23:20:49 -06:00 committed by GitHub
commit 80e8ef4c7a
1 changed files with 3 additions and 3 deletions

View File

@ -4,8 +4,8 @@
DIR=$(cd "$(dirname "$0")"; pwd)
#change these values to match your app
EXE_PATH="$DIR/NzbDrone.exe"
APPNAME="Sonarr"
EXE_PATH="$DIR/Lidarr.exe"
APPNAME="Lidarr"
#set up environment
if [[ -x '/opt/local/bin/mono' ]]; then
@ -55,4 +55,4 @@ fi
MONO_EXEC="exec mono --debug"
#run app using mono
$MONO_EXEC "$EXE_PATH"
$MONO_EXEC "$EXE_PATH"