Skip to content

Commit d9dffff

Browse files
committed
updating the fix
1 parent 81be857 commit d9dffff

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

scripts/rpc_onboarding_round_6.sh

+3-4
Original file line numberDiff line numberDiff line change
@@ -356,10 +356,9 @@ EOF
356356
}
357357

358358
start_supra_container(){
359-
IP_ADDRESS=$(extract_ip "operator_rpc_config.toml")
360-
echo "Starting supra rpc container"
361-
docker start supra_rpc_$IP_ADDRESS
362-
exit 1
359+
IP_ADDRESS=$(extract_ip "operator_rpc_config.toml")
360+
echo "Starting supra rpc container"
361+
docker start supra_rpc_$IP_ADDRESS
363362
}
364363

365364
stop_supra_container(){

0 commit comments

Comments
 (0)