From 466fe998d0e9857121e9efc6fe8757edad1732fa Mon Sep 17 00:00:00 2001 From: Yorick Date: Mon, 28 Oct 2024 08:26:21 +0000 Subject: [PATCH] If CL_NODE is comma-separated, use just the first --- ethd | 1 + 1 file changed, 1 insertion(+) diff --git a/ethd b/ethd index 943f9274..bf0fdc32 100755 --- a/ethd +++ b/ethd @@ -2463,6 +2463,7 @@ keys() { elif [ "${1:-}" = "send-exit" ]; then __var="CL_NODE" CL_NODE=$(sed -n -e "s/^${__var}=\(.*\)/\1/p" "${__env_file}" || true) + CL_NODE="${CL_NODE%%,*}" __network_name="$(__docompose config | awk ' BEGIN { found_networks=0;