mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-08-19 04:06:24 +00:00
chore: fix misspelling
This commit is contained in:
@@ -20,8 +20,7 @@ if systemctl -q is-active "$SERVICE"; then
|
||||
echo "$SERVICE is running"
|
||||
exit $OK
|
||||
else
|
||||
# Does not differenciate stopped/failed service from non-existent
|
||||
# Does not differentiate stopped/failed service from non-existent
|
||||
echo "$SERVICE is not running"
|
||||
exit $NONOK
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user