Extended sleep period to allow database to fully copy
This commit is contained in:
parent
ca3d3a9196
commit
f9e3213003
2
start.sh
2
start.sh
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user