Update up-qbittorrent.sh

This commit is contained in:
Alexandre
2022-09-04 17:14:58 +02:00
committed by GitHub
parent 0111a3a099
commit f36812b8b3

View File

@@ -3,5 +3,5 @@
WEBUI_PORT=${WEBUI_PORT:-8080}
s6-notifyoncheck -d -n 12 -c "nc -z 127.0.0.1 ${WEBUI_PORT}" \
s6-notifyoncheck -d -n 12 -c "nc -z 127.0.0.1 ${WEBUI_PORT}" \
s6-setuidgid abc /usr/bin/qbittorrent-nox --webui-port="${WEBUI_PORT}"