Skip to content

Commit 31d8eaf

Browse files
author
穆客
committed
support diag report
1 parent 8afd41f commit 31d8eaf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

take_diagnostic_report

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/sh
2+
3+
DIR=$(cd "$(dirname "$0")"; pwd)
4+
GET_NODE_KILL=$DIR/get_node_kill
5+
NODE_KILL=`$GET_NODE_KILL`
6+
7+
$NODE_KILL --diag_report $1

0 commit comments

Comments
 (0)