Skip to content

Commit f4b1d73

Browse files
liam-laiLiam Lai
andauthored
update script for env variable name (#92)
upgrade script Co-authored-by: Liam Lai <[email protected]>
1 parent f003751 commit f4b1d73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testnet/start-apothem.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ do
3131
fi
3232
done < "$input"
3333
INSTANCE_IP=$(curl https://checkip.amazonaws.com)
34-
netstats="${INSTANCE_NAME}:[email protected]:2000"
34+
netstats="${NODE_NAME}:[email protected]:2000"
3535

3636
echo "Starting nodes with $bootnodes ..."
3737
XDC --ethstats ${netstats} --gcmode=archive \

0 commit comments

Comments
 (0)