modified: start.sh

Removed capitlisation of nzbdrone db name
This commit is contained in:
Jonny Ervine 2020-03-16 14:33:34 +00:00
parent 842a1a5b76
commit 2fd93f7b8c

View File

@ -2,5 +2,5 @@
##
## Script to start the sonarr server
##
until [ -f "/config/Nzbdrone.db" ]; do sleep 1; done
until [ -f "/config/nzbdrone.db" ]; do sleep 1; done
/usr/bin/mono --debug /NzbDrone/NzbDrone.exe /nobrowser /data=/config