Configure foundry container

This commit is contained in:
2023-03-08 22:22:43 -07:00
parent d9a7ea19a3
commit b708bb2122
4 changed files with 23 additions and 17 deletions
@@ -24,7 +24,7 @@ if [ -z "$GETH_BASE_URL" ]; then
fi
function inc_status() {
echo " DONE!"
echo " done"
STATUS=$((STATUS + 1))
if [ $STATUS -lt ${#STATUSES[@]} ]; then
echo -n "Waiting for ${STATUSES[$STATUS]}..."