Add a message when instance can be accessed
This commit is contained in:
parent
a053246f0e
commit
dee4adc149
1 changed files with 2 additions and 0 deletions
|
@ -126,6 +126,8 @@ accounts_cull() {
|
||||||
|| $TOOTCTL domains purge \
|
|| $TOOTCTL domains purge \
|
||||||
--concurrency "$DB_POOL" \
|
--concurrency "$DB_POOL" \
|
||||||
"$instance"
|
"$instance"
|
||||||
|
else
|
||||||
|
echo "${instance} can now be accessed, not purging!"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
done < "$OTHER_ERRORS_LOG"
|
done < "$OTHER_ERRORS_LOG"
|
||||||
|
|
Loading…
Reference in a new issue