Extended sleep period to allow database to fully copy

This commit is contained in:
Jonathan Ervine 2020-07-14 09:18:59 +08:00
parent ca3d3a9196
commit f9e3213003

View File

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