diff --git a/start.sh b/start.sh index 5abb148..7d0f00d 100644 --- a/start.sh +++ b/start.sh @@ -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 10; done /usr/bin/mono --debug /Radarr/Radarr.exe --nobrowser --data=/config