modified: start.sh

Fixed wrong database name
This commit is contained in:
Jonny Ervine 2020-03-16 14:26:30 +00:00
parent b3d90b47ca
commit 842a1a5b76

View File

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