We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d383669 commit 7a1fa68Copy full SHA for 7a1fa68
contrib/upgrade_testnet/submit_upgrade_proposal.sh
@@ -105,7 +105,7 @@ echo ""
105
echo "===> Waiting for upgrade height ($UPGRADE_HEIGHT)"
106
while true; do
107
curr_block=$(curl -s $NODE/status | jq -r '.result.sync_info.latest_block_height')
108
- docker compose -f $(pwd)/contrib/upgrade_testnet/docker-compose.yml logs --tail=1
+ docker compose -f "$(pwd)/contrib/upgrade_testnet/docker-compose.yml" logs --tail=1
109
110
if [ ! -z ${curr_block} ] ; then
111
echo "Current block: ${curr_block}"
docker-compose.yml
@@ -75,4 +75,4 @@ networks:
75
ipam:
76
driver: default
77
config:
78
- - subnet: 192.168.255.0/16
+ - subnet: 192.168.255.0/24
0 commit comments