Skip to content

Commit

Permalink
Update start.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
UplandJacob2 authored Nov 2, 2024
1 parent d7e3a2f commit 12c81fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eag-relay/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 12c81fa

Please sign in to comment.