Add a message when instance can be accessed

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

View File

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