modified: start.sh
Fix for Sonarr 2
This commit is contained in:
parent
b6ced93554
commit
5e00189cbe
4
start.sh
4
start.sh
@ -2,5 +2,5 @@
|
||||
##
|
||||
## Script to start the sonarr server
|
||||
##
|
||||
until [ -f "/config/sonarr.db" ]; do sleep 1; done
|
||||
/usr/bin/mono --debug /Sonarr/Sonarr.exe --nobrowser --data=/config
|
||||
until [ -f "/config/nzbdrone.db" ]; do sleep 1; done
|
||||
/usr/bin/mono --debug /Sonarr/NzbDrone.exe --nobrowser --data=/config
|
||||
|
||||
Loading…
Reference in New Issue
Block a user