modified: start.sh
Fixed old names
This commit is contained in:
parent
390b257876
commit
40e55005f0
4
start.sh
4
start.sh
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user