From f9e3213003d4fc5a9693cbead17d3b5078e3f561 Mon Sep 17 00:00:00 2001 From: Jonathan Ervine Date: Tue, 14 Jul 2020 09:18:59 +0800 Subject: [PATCH] Extended sleep period to allow database to fully copy --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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