forked from lda/telodendria
Don't output server response.
This commit is contained in:
parent
cdb26b5223
commit
a09e15f6bc
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ case "$1" in
|
||||||
|
|
||||||
echo "$count" > "$TP_DIR/count.txt"
|
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
|
done
|
||||||
;;
|
;;
|
||||||
"queue")
|
"queue")
|
||||||
|
|
Loading…
Reference in a new issue