mirror of
https://ghproxy.com/https://github.com/truecharts/charts.git
synced 2026-07-18 06:00:24 +08:00
8 lines
169 B
Bash
Executable File
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}
|