mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-02-24 06:44:17 +00:00
6 lines
39 B
Bash
Executable File
6 lines
39 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
echo "OK"
|
|
exit 0
|
|
|