x86_64-alpine-radarr/start.sh
2020-07-14 09:18:59 +08:00

7 lines
175 B
Bash

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