summaryrefslogtreecommitdiffstats
path: root/draklive-install-lock-storage
diff options
context:
space:
mode:
Diffstat (limited to 'draklive-install-lock-storage')
-rwxr-xr-xdraklive-install-lock-storage2
1 files changed, 0 insertions, 2 deletions
diff --git a/draklive-install-lock-storage b/draklive-install-lock-storage
index a580705..9a3e87c 100755
--- a/draklive-install-lock-storage
+++ b/draklive-install-lock-storage
@@ -5,8 +5,6 @@ CMD=/usr/sbin/draklive-install
ps -C udisksd > /dev/null
if [ $? -eq 0 -a -x /usr/lib/udisks2/udisks2-inhibit ] ; then
/usr/lib/udisks2/udisks2-inhibit $CMD
-else
- /usr/bin/udisks --inhibit -- $CMD
fi
# run without udisks lock if it fails
[ "$?" != 0 ] && $CMD