Skip to content

Commit 2a9f830

Browse files
committed
updating the fix with resolution
1 parent a950150 commit 2a9f830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/rpc_onboarding_round_6.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ start_supra_container(){
364364
if ! docker start supra_rpc_$IP_ADDRESS; then
365365
echo "Failed to start the container."
366366
else
367-
docker cp "$SCRIPT_EXECUTION_LOCATION/config.toml" supra_rpc_$ip_address:/supra/
367+
docker cp "$SCRIPT_EXECUTION_LOCATION/config.toml" supra_rpc_$IP_ADDRESS:/supra/
368368
rm "$SCRIPT_EXECUTION_LOCATION/genesis_blob.zip"
369369
rm -rf "$SCRIPT_EXECUTION_LOCATION/genesis_blob"
370370
echo "Started the RPC Node container."

0 commit comments

Comments
 (0)