TrueChartsClone/.containers/apps/readarr/entrypoint.sh

8 lines
154 B
Bash
Raw Normal View History

#!/usr/bin/env bash
#shellcheck disable=SC1091
source "/shim/umask.sh"
source "/shim/vpn.sh"
exec /app/Readarr --nobrowser --data=/config ${EXTRA_ARGS}