Configure foundry container
Former-commit-id: b708bb212279deb5475fdca6a0e01d74bbfd8e6e
This commit is contained in:
@@ -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]}..."
|
||||
|
||||
Reference in New Issue
Block a user