modified: start.sh

Fix for Sonarr 2
This commit is contained in:
Jonathan Ervine 2020-06-07 22:46:02 +08:00
parent b6ced93554
commit 5e00189cbe

View File

@ -2,5 +2,5 @@
## ##
## Script to start the sonarr server ## 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 /Sonarr/Sonarr.exe --nobrowser --data=/config /usr/bin/mono --debug /Sonarr/NzbDrone.exe --nobrowser --data=/config