Skip to content

Commit

Permalink
Minor update to the version check failing with 1.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Crypto2099 committed Jan 30, 2021
1 parent aa23c4c commit 70b0d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion liveview.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ do
abouttolead=$(grep -oP '(?<=cardano_node_metrics_Forge_forge_about_to_lead_int )[0-9]+' <<< "${data}")
forged=$(grep -oP '(?<=cardano_node_metrics_Forge_forged_int )[0-9]+' <<< "${data}")

versionCheck $node_version '1.25.0'
versionCheck '1.25.0' $node_version

if [[ $? -ne 0 ]]; then
peers=$(grep -oP '(?<=cardano_node_BlockFetchDecision_peers_connectedPeers_int )[0-9]+' <<< "${data}")
Expand Down

1 comment on commit 70b0d6c

@eliasdiek
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Crypto2099 hi ,I'm looking for someone with your stack to work on our platform as a freelancer or full time . some projects start soon and others begin in half a year . are you up ? contact me on telegram @eliasdiek or via email at [email protected]

Please sign in to comment.