We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a950150 commit 2a9f830Copy full SHA for 2a9f830
scripts/rpc_onboarding_round_6.sh
@@ -364,7 +364,7 @@ start_supra_container(){
364
if ! docker start supra_rpc_$IP_ADDRESS; then
365
echo "Failed to start the container."
366
else
367
- docker cp "$SCRIPT_EXECUTION_LOCATION/config.toml" supra_rpc_$ip_address:/supra/
+ docker cp "$SCRIPT_EXECUTION_LOCATION/config.toml" supra_rpc_$IP_ADDRESS:/supra/
368
rm "$SCRIPT_EXECUTION_LOCATION/genesis_blob.zip"
369
rm -rf "$SCRIPT_EXECUTION_LOCATION/genesis_blob"
370
echo "Started the RPC Node container."
0 commit comments