From dee4adc149837bb9eae14d4708aac3fe5975b144 Mon Sep 17 00:00:00 2001 From: Benoit S Date: Fri, 22 Apr 2022 17:22:02 +0900 Subject: [PATCH] Add a message when instance can be accessed --- tootpaste.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tootpaste.sh b/tootpaste.sh index 6b76722..1db325f 100644 --- a/tootpaste.sh +++ b/tootpaste.sh @@ -126,6 +126,8 @@ accounts_cull() { || $TOOTCTL domains purge \ --concurrency "$DB_POOL" \ "$instance" + else + echo "${instance} can now be accessed, not purging!" fi fi done < "$OTHER_ERRORS_LOG"