diff options
Diffstat (limited to 'draklive-install-lock-storage')
-rwxr-xr-x | draklive-install-lock-storage | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/draklive-install-lock-storage b/draklive-install-lock-storage index e003053..2893c93 100755 --- a/draklive-install-lock-storage +++ b/draklive-install-lock-storage @@ -2,7 +2,6 @@ CMD=/usr/sbin/draklive-install -hal-lock --interface org.freedesktop.Hal.Device.Storage --exclusive --run $CMD +/usr/bin/udisks --inhibit -- $CMD # run without hal lock if it fails [ "$?" != 0 ] && $CMD - |