x86_64-alpine-radarr/start.sh
Jonathan Ervine 40e55005f0 modified: start.sh
Fixed old names
2020-05-16 11:59:04 +08:00

7 lines
174 B
Bash

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