modified: start.sh

Fixed old names
This commit is contained in:
Jonathan Ervine 2020-05-16 11:59:04 +08:00
parent 390b257876
commit 40e55005f0

View File

@ -2,5 +2,5 @@
## ##
## Script to start the sonarr server ## Script to start the sonarr server
## ##
until [ -f "/config/radarr.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 /Radarr/Radarr.exe --nobrowser --data=/config