From a09e15f6bcd10fee8f406330ba6046b1483fcaf4 Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Mon, 9 Jan 2023 18:00:14 +0000 Subject: [PATCH] Don't output server response. --- tools/bin/tp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/bin/tp b/tools/bin/tp index b35ea7e..e85fc7a 100755 --- a/tools/bin/tp +++ b/tools/bin/tp @@ -68,7 +68,7 @@ case "$1" in echo "$count" > "$TP_DIR/count.txt" - matrix_send "Queued $file as #$count" + matrix_send "Queued $file as #$count" > /dev/null done ;; "queue")