Whamcloud - gitweb
* allow lmc and lconf paths to be overridden in installed scripts
[fs/lustre-release.git] / lustre / tests / llmountcleanup.sh
1 #!/bin/sh
2
3 LCONF=${LCONF:-../utils/lconf}
4
5 if [ ! -f local.xml ]; then
6    ./local.sh
7 fi
8
9 ${LCONF} --cleanup --dump /tmp/debug local.xml
10