diff options
-rwxr-xr-x | draklive-install-lock-storage | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/draklive-install-lock-storage b/draklive-install-lock-storage index 2893c93..0f7101e 100755 --- a/draklive-install-lock-storage +++ b/draklive-install-lock-storage @@ -3,5 +3,5 @@ CMD=/usr/sbin/draklive-install /usr/bin/udisks --inhibit -- $CMD -# run without hal lock if it fails +# run without udisks lock if it fails [ "$?" != 0 ] && $CMD |