Update and rename Sonarr to Lidarr

pull/4/head
nbonfire 7 years ago committed by GitHub
parent e73158d5fa
commit 34683bfb3e

@ -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"
Loading…
Cancel
Save