diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-05-25 17:57:06 -0400 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-05-25 17:57:06 -0400 |
commit | 9c52dea43162301bd92297c773530d881d7e2f27 (patch) | |
tree | b10af7e0b3847606d1452fa60a67986e19afe738 /draklive-install-lock-storage | |
parent | b4c7a10f876cdb14f15bebda39702502001618a4 (diff) | |
download | draklive-install-9c52dea43162301bd92297c773530d881d7e2f27.tar draklive-install-9c52dea43162301bd92297c773530d881d7e2f27.tar.gz draklive-install-9c52dea43162301bd92297c773530d881d7e2f27.tar.bz2 draklive-install-9c52dea43162301bd92297c773530d881d7e2f27.tar.xz draklive-install-9c52dea43162301bd92297c773530d881d7e2f27.zip |
update comment
Diffstat (limited to 'draklive-install-lock-storage')
-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 |