Files
hassio-addons/qbittorrent/rootfs/etc/openvpn/up-qbittorrent.sh
Alexandre a22ce94a46 hadolint
2022-01-17 13:18:05 +01:00

7 lines
164 B
Bash

#!/usr/bin/with-contenv bashio
# shellcheck shell=bash
WEBUI_PORT=${WEBUI_PORT:-8080}
exec s6-setuidgid abc /usr/bin/qbittorrent-nox --webui-port="${WEBUI_PORT}"