Skip to content

Commit

Permalink
fix attempt to launch coins/gleec_7776 twice
Browse files Browse the repository at this point in the history
  • Loading branch information
DeckerSU committed Sep 16, 2024
1 parent 712ab73 commit a8ebda0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iguana/add_coins
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ coins/kmd_7776
coins/ltc_7776

# Loop through assetchains.json and build the path to the appropriate coins file and run it.
./listassetchains | while read chain; do
./listassetchains | sort | uniq | while read chain; do
coin="coins/$(echo $chain | awk '{print tolower($0)}')_7776"
$coin
done
Expand Down

0 comments on commit a8ebda0

Please sign in to comment.