modified: start.sh
Fixed wrong database name
This commit is contained in:
parent
b3d90b47ca
commit
842a1a5b76
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/sonarr.db" ]; do sleep 1; done
|
until [ -f "/config/Nzbdrone.db" ]; do sleep 1; done
|
||||||
/usr/bin/mono --debug /NzbDrone/NzbDrone.exe /nobrowser /data=/config
|
/usr/bin/mono --debug /NzbDrone/NzbDrone.exe /nobrowser /data=/config
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user