mirror of
https://github.com/Mesteriis/hassio-addons-avm.git
synced 2026-07-15 13:50:31 +02:00
6 lines
140 B
Bash
6 lines
140 B
Bash
#!/usr/bin/with-contenv bashio
|
|
|
|
WEBUI_PORT=${WEBUI_PORT:-8080}
|
|
|
|
exec s6-setuidgid abc /usr/bin/qbittorrent-nox --webui-port="${WEBUI_PORT}"
|