Fix #2 silence curl's output
This commit is contained in:
parent
d5c632e74f
commit
a053246f0e
1 changed files with 1 additions and 0 deletions
|
@ -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" \
|
||||
|
|
Loading…
Reference in a new issue