[devmon 1.1.3] less verbose which

This commit is contained in:
IgnorantGuru 2012-08-12 07:39:55 -06:00
parent 4b501f6f60
commit 27aacce3eb
2 changed files with 5 additions and 4 deletions

View File

@ -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

View File

@ -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"