diff --git a/start.sh b/start.sh index 46225f9..f609ecf 100644 --- a/start.sh +++ b/start.sh @@ -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