diff --git a/images/regen-sandbox/bootstrap.sh b/images/regen-sandbox/bootstrap.sh index fdc21a9d93..d9a5ccfc47 100755 --- a/images/regen-sandbox/bootstrap.sh +++ b/images/regen-sandbox/bootstrap.sh @@ -109,7 +109,7 @@ trap "trap - SIGTERM && kill -- -$$" SIGINT SIGTERM EXIT INT # Start regen chain and immediately move it to the background echo "Starting up regen node..." -regen start --log_level warn & +regen start --log_level warn --api.enable true & REGEN_PID=$! # Sleep for regen node to full boot up