Skip to content

Commit

Permalink
Remove 'Ok.' print when using qbt credentials.
Browse files Browse the repository at this point in the history
  • Loading branch information
t-anc committed Oct 8, 2024
1 parent 6edcf16 commit 8efa177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/etc/s6-overlay/s6-rc.d/svc-mod-gluetun-sync-port/run
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ init_checks
while :; do
SLEEP_TIME="${MAX_SLEEP_TIME}"
if [ -n "${QBT_USERNAME}" ] && [ -n "${QBT_PASSWORD}" ]; then # If login is needed
qbt_login
qbt_login > /dev/null
fi

get_ports
Expand Down

0 comments on commit 8efa177

Please sign in to comment.