Files
charts/containers/apps/ombi/entrypoint.sh
kjeld Schouten-Lebbing b6be48918d fix sh permissions
2021-05-30 15:29:11 +02:00

8 lines
169 B
Bash
Executable File

#!/usr/bin/env bash
#shellcheck disable=SC1091
source "/shim/umask.sh"
source "/shim/vpn.sh"
exec /app/Ombi --host http://0.0.0.0:3579 --storage /config ${EXTRA_ARGS}