1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

scripts: blkdeactivate: fix typo for DEV_DIR when executing blkdeactivate -m disablequeueing

This commit is contained in:
Peter Rajnoha 2016-07-20 13:48:59 +02:00
parent 9d19c1075f
commit 19e652b182

View File

@ -466,7 +466,7 @@ set_env() {
MPATHD_RUNNING=0
test $MPATHD_DO_DISABLEQUEUEING -eq 1 && {
if test -f $MPATHD; then
if eval $MPATHD show daemon $ERR | grep "running" >$DEVDIR/null; then
if eval $MPATHD show daemon $ERR | grep "running" >$DEV_DIR/null; then
MPATHD_RUNNING=1
fi
fi