From 2fd93f7b8c8df893723a249ed47a8f18e29b39fc Mon Sep 17 00:00:00 2001 From: Jonny Ervine Date: Mon, 16 Mar 2020 14:33:34 +0000 Subject: [PATCH] modified: start.sh Removed capitlisation of nzbdrone db name --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index f609ecf..0d77a31 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 1; done /usr/bin/mono --debug /NzbDrone/NzbDrone.exe /nobrowser /data=/config