Added note to show radarr starting
This commit is contained in:
parent
c75a13d52b
commit
424d1d3eba
1
start.sh
1
start.sh
@ -3,4 +3,5 @@
|
|||||||
## Script to start the radarr server
|
## Script to start the radarr server
|
||||||
##
|
##
|
||||||
until [ -f "/config/nzbdrone.db" ]; do sleep 10; done
|
until [ -f "/config/nzbdrone.db" ]; do sleep 10; done
|
||||||
|
echo "Starting Radarr ..."
|
||||||
/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