From 23d593120adc59511d33dd849cea075f736b3b65 Mon Sep 17 00:00:00 2001 From: yorickdowne <71337066+yorickdowne@users.noreply.github.com> Date: Wed, 29 Jan 2025 07:50:06 -0500 Subject: [PATCH] Fix EL_NODE during RocketPool config (#2047) --- ethd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethd b/ethd index 2cf60b99..047815cb 100755 --- a/ethd +++ b/ethd @@ -3939,7 +3939,7 @@ config() { __var=COMPOSE_FILE __update_value_in_env "${__var}" "${!__var-}" "${__env_file}" __var=EL_NODE - __update_value_in_env "${__var}" "${!__var-}" "${__env_file}" + __update_value_in_env "${__var}" "${!__var:-"http://execution:8551"}" "${__env_file}" __var=JWT_SECRET __update_value_in_env "${__var}" "${!__var-}" "${__env_file}" __var=NETWORK