Skip to content

Commit

Permalink
chore: 🤖 add version mismatch verification
Browse files Browse the repository at this point in the history
  • Loading branch information
heldrida committed Oct 18, 2023
1 parent b21fec3 commit 5a8d58f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/healthcheck
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,12 @@ warningCount=0
echo "⚠️ WARNING: The node is not staked. Have you read the instructions to get onboarded? Find it here https://docs.fleek.network/docs/node/testnet-onboarding"
echo

((warningCount++))
((healthIssueCount++))
elif tail -n 5 "$defaultLightningOutputLogAbsPath" | grep -iq "Please update your node"; then
echo "⚠️ WARNING: Binary process version mismatch, you have to update your node. A quick reference is available in https://docs.fleek.network/references/Lightning%20CLI/update-cli-from-source-code/"
echo

((warningCount++))
((healthIssueCount++))
fi
Expand Down

0 comments on commit 5a8d58f

Please sign in to comment.