Skip to content

Commit

Permalink
fix setting port
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhotio committed Jan 26, 2024
1 parent 905cf36 commit 86dbe1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions root/app/forwarded_port_update_app
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
until pidof qbittorrent-nox > /dev/null; do
sleep 1
done
port=$(cat "${CONFIG_DIR}/wireguard/forwarded_port")
webui_https="http"
if grep -q 'WebUI\\HTTPS\\Enabled=true' "${CONFIG_DIR}/config/qBittorrent.conf"; then
webui_https="https"
Expand Down

0 comments on commit 86dbe1d

Please sign in to comment.