diff options
| author | Martin Schwenke <martin@meltin.net> | 2013-01-03 15:33:57 +1100 |
|---|---|---|
| committer | Amitay Isaacs <amitay@gmail.com> | 2013-01-08 15:18:47 +1100 |
| commit | 4157efdcbbc8636aba1f914cead55cf65fec7904 (patch) | |
| tree | 25c9a077e9ecc2fb880065cdb92a74242d58b8cf | |
| parent | f5226c9a75e520a7628ad2ef904106f3bc9c4620 (diff) | |
scripts: debug-hung-script.sh doesn't need functions/loadconfig
Signed-off-by: Martin Schwenke <martin@meltin.net>
(This used to be ctdb commit 8507303b525d20c74e8ec4e7c4f5f275945cd3b6)
| -rw-r--r-- | ctdb/config/debug-hung-script.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ctdb/config/debug-hung-script.sh b/ctdb/config/debug-hung-script.sh index d468cc67b1..dcf68ba89e 100644 --- a/ctdb/config/debug-hung-script.sh +++ b/ctdb/config/debug-hung-script.sh @@ -1,7 +1,4 @@ #!/bin/sh -. $CTDB_BASE/functions -loadconfig - echo "Pstree output for the hung script:" pstree -p -a $1 |
