From 12c81fa9a451be6521c3f80d8f76adce04e615eb Mon Sep 17 00:00:00 2001 From: UplandJacob2 <169054231+UplandJacob2@users.noreply.github.com> Date: Fri, 1 Nov 2024 21:18:38 -0500 Subject: [PATCH] Update start.sh --- eag-relay/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eag-relay/start.sh b/eag-relay/start.sh index 953e5fa..c9f954d 100644 --- a/eag-relay/start.sh +++ b/eag-relay/start.sh @@ -16,7 +16,7 @@ cat relayConfig.ini echo "" echo $RELAYS -relayJSON=$(echo $input | sed 's/}/},/g' | sed '$ s/,$//' | awk '{print "[" $0 "]"}') +relayJSON=$(echo $RELAYS | sed 's/}/},/g' | sed '$ s/,$//' | awk '{print "[" $0 "]"}') echo $relayJSON length=$(echo "$relayJSON" | jq '. | length')