Skip to content

Commit

Permalink
chore: 🤖 healthcheck warn for missing node key improve warning
Browse files Browse the repository at this point in the history
  • Loading branch information
heldrida committed Oct 18, 2023
1 parent 955049e commit e61f3e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/healthcheck
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ warningCount=0
fi

if tail -n 500 "$defaultLightningDiagnosticLogAbsPath" | grep -iq "Node secret key does not exist"; then
echo "⚠️ WARNING: The Node Key wasn't found, this might be due to user file permissions. A quick reference to help troubleshoout is available in https://docs.fleek.network/references/Lightning%20CLI/keys-not-found/"
echo "⚠️ WARNING: The Node Key wasn't found, this might be due to missing keystore or user delegation permissions (sudo). A quick reference to help troubleshoout is available in https://docs.fleek.network/references/Lightning%20CLI/keys-not-found/"
echo

((warningCount++))
Expand Down

0 comments on commit e61f3e5

Please sign in to comment.