From a053246f0ec3dbebfbab7e6938f354ed767a9889 Mon Sep 17 00:00:00 2001 From: Benoit S Date: Fri, 22 Apr 2022 17:21:34 +0900 Subject: [PATCH] Fix #2 silence curl's output --- tootpaste.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tootpaste.sh b/tootpaste.sh index 42948cc..6b76722 100644 --- a/tootpaste.sh +++ b/tootpaste.sh @@ -109,6 +109,7 @@ accounts_cull() { error=false echo "${instance} was already in error last time your ran tootpaste, trying access..." curl \ + --output /dev/null \ --silent \ --show-error \ --max-time "$INSTANCE_LAST_CHANCE_TIMEOUT" \