mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
5 lines
175 B
Bash
Executable File
5 lines
175 B
Bash
Executable File
if curl -f http://bigchaindb:3333 && curl -f http://tendermint:26657/abci_query; then
|
|
exit 0 # Both requests were successful
|
|
else
|
|
exit 1 # At least one request failed
|
|
fi |