From 9a348e9a536e9e936d4c0e3c08f8c42a25ced49a Mon Sep 17 00:00:00 2001 From: binhex Date: Fri, 14 Dec 2018 16:35:59 +0000 Subject: [PATCH] minor comment change --- run/nobody/qbittorrent.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/nobody/qbittorrent.sh b/run/nobody/qbittorrent.sh index a3671f4..1aa0812 100644 --- a/run/nobody/qbittorrent.sh +++ b/run/nobody/qbittorrent.sh @@ -56,7 +56,7 @@ if [[ "${VPN_PROV}" == "pia" && -n "${VPN_INCOMING_PORT}" ]]; then curl -i -X POST -d "json=%7B%22random_port%22%3Afalse%7D" "http://localhost:${WEBUI_PORT}/command/setPreferences" &> /dev/null curl -i -X POST -d "json=%7B%22listen_port%22%3A${VPN_INCOMING_PORT}%7D" "http://localhost:${WEBUI_PORT}/command/setPreferences" &> /dev/null - # set rtorrent port to current vpn port (used when checking for changes on next run) + # set qbittorrent port to current vpn port (used when checking for changes on next run)s qbittorrent_port="${VPN_INCOMING_PORT}" fi