From 842a1a5b763a6ef0416968be1a00f82140549120 Mon Sep 17 00:00:00 2001 From: Jonny Ervine Date: Mon, 16 Mar 2020 14:26:30 +0000 Subject: [PATCH] modified: start.sh Fixed wrong database name --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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