Fix #2 silence curl's output

This commit is contained in:
Benoit S 2022-04-22 17:21:34 +09:00
parent d5c632e74f
commit a053246f0e
1 changed files with 1 additions and 0 deletions

View File

@ -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" \