x86_64-alpine-sonarr/start.sh
Jonny Ervine 2fd93f7b8c modified: start.sh
Removed capitlisation of nzbdrone db name
2020-03-16 14:33:34 +00:00

7 lines
176 B
Bash

#!/bin/sh
##
## Script to start the sonarr server
##
until [ -f "/config/nzbdrone.db" ]; do sleep 1; done
/usr/bin/mono --debug /NzbDrone/NzbDrone.exe /nobrowser /data=/config