Skip to content
Prev Previous commit
Next Next commit
Remove redundant exit 0
Co-authored-by: Quentin McGaw <quentin.mcgaw@gmail.com>
  • Loading branch information
juanlufont and qdm12 authored Jan 27, 2025
commit f8be206c888d3cb3a9a3ac456cf797337c96d0e5
2 changes: 1 addition & 1 deletion extras/scripts/transmission-port-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ if [ "${_USECRED}" ]; then
fi
# basic auth options, --auth-no-challenge avoids 409 Conflict
WGET_OPTS="
${WGET_OPTS}
--quiet
--auth-no-challenge
--user=${USERNAME}
--password=${PASSWORD}
Expand Down