From ed997f8baf57b697ec74011172eccb0d9c9e0639 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Tue, 21 Nov 2023 22:50:29 -0500 Subject: [PATCH] make quiet for better cron usage --- pdt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdt.sh b/pdt.sh index ae67a2d..c848ea7 100644 --- a/pdt.sh +++ b/pdt.sh @@ -297,7 +297,7 @@ pdt() { if $do_mastodon; then - if ! toot --$mastodon_account post "$*" "${toot_args[@]}"; then + if ! toot --$mastodon_account post --quiet "$*" "${toot_args[@]}"; then fails+=(toot) fi fi -- 2.25.1