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:
parent
9d19c1075f
commit
19e652b182
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user