8 lines
196 B
Bash
8 lines
196 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
#shellcheck disable=SC1091
|
||
|
source "/shim/umask.sh"
|
||
|
source "/shim/vpn.sh"
|
||
|
|
||
|
exec /app/transmission-daemon --foreground --config-dir /config --port "${WEBUI_PORT}" ${EXTRA_ARGS}
|