mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
10 lines
316 B
Bash
Executable File
10 lines
316 B
Bash
Executable File
if [ "${DEPLOY_CONTRACTS}" = "true" ]; then
|
|
while [ ! -f "${HOME}/.ocean/ocean-contracts/artifacts/ready" ]; do
|
|
sleep 2
|
|
done
|
|
fi
|
|
cat "barge/start_ocean.log"
|
|
ls -lh "${HOME}/.ocean/ocean-contracts/"
|
|
ls -lh "${HOME}/.ocean/ocean-contracts/artifacts/"
|
|
cat "${HOME}/.ocean/ocean-contracts/artifacts/address.json"
|