[devmon 1.1.3] less verbose which
This commit is contained in:
parent
4b501f6f60
commit
27aacce3eb
|
@ -5,6 +5,7 @@
|
|||
allow email address as username
|
||||
allow unmount ejected disc #6 #7
|
||||
[devmon 1.1.3] unmount ejected disc; clean unmounted #6 #7
|
||||
[devmon 1.1.3] less verbose which
|
||||
0.3.1 2012-07-25:
|
||||
cifs,smbfs use guest option when no user specified
|
||||
sshfs add port as option
|
||||
|
|
|
@ -299,10 +299,10 @@ if (( execoix + execomx + execovx + execoax + execodx + execolx + execoux + exec
|
|||
fi
|
||||
|
||||
# Discovery
|
||||
udevil=`which udevil`
|
||||
udisks1=`which udisks`
|
||||
udisks2=`which udisksctl`
|
||||
pmount=`which pmount`
|
||||
udevil=`which udevil 2>/dev/null`
|
||||
udisks1=`which udisks 2>/dev/null`
|
||||
udisks2=`which udisksctl 2>/dev/null`
|
||||
pmount=`which pmount 2>/dev/null`
|
||||
|
||||
if [ "$udevil" != "" ] && [ -x "$udevil" ]; then
|
||||
info_cmd="$udevil"
|
||||
|
|
Loading…
Reference in New Issue
Block a user