Skip to content

Commit 8efa177

Browse files
committed
Remove 'Ok.' print when using qbt credentials.
1 parent 6edcf16 commit 8efa177

File tree

1 file changed

+1
-1
lines changed
  • root/etc/s6-overlay/s6-rc.d/svc-mod-gluetun-sync-port

1 file changed

+1
-1
lines changed

root/etc/s6-overlay/s6-rc.d/svc-mod-gluetun-sync-port/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ init_checks
163163
while :; do
164164
SLEEP_TIME="${MAX_SLEEP_TIME}"
165165
if [ -n "${QBT_USERNAME}" ] && [ -n "${QBT_PASSWORD}" ]; then # If login is needed
166-
qbt_login
166+
qbt_login > /dev/null
167167
fi
168168

169169
get_ports

0 commit comments

Comments
 (0)