Files
hassio-addons-avm/qbittorrent/rootfs/etc/openvpn/up-qbittorrent.sh
2021-06-29 12:37:08 +03:00

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}"