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

View file

@ -109,6 +109,7 @@ accounts_cull() {
error=false error=false
echo "${instance} was already in error last time your ran tootpaste, trying access..." echo "${instance} was already in error last time your ran tootpaste, trying access..."
curl \ curl \
--output /dev/null \
--silent \ --silent \
--show-error \ --show-error \
--max-time "$INSTANCE_LAST_CHANCE_TIMEOUT" \ --max-time "$INSTANCE_LAST_CHANCE_TIMEOUT" \