mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-06-09 01:36:38 +00:00
6 lines
42 B
Bash
Executable File
6 lines
42 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
echo "NonOK"
|
|
exit 1
|
|
|