Don't output server response.

This commit is contained in:
Jordan Bancino 2023-01-09 18:00:14 +00:00
parent cdb26b5223
commit a09e15f6bc

View file

@ -68,7 +68,7 @@ case "$1" in
echo "$count" > "$TP_DIR/count.txt"
matrix_send "Queued <code>$file</code> as <a href=\"https://telodendria.io/patches/p/$count.patch\">#$count</a>"
matrix_send "Queued <code>$file</code> as <a href=\"https://telodendria.io/patches/p/$count.patch\">#$count</a>" > /dev/null
done
;;
"queue")