summaryrefslogtreecommitdiffstats
path: root/draklive-install-lock-storage
blob: 2893c93631b45f29602fb79512e8d90d74b38744 (plain)
1
2
3
4
5
6
7
#!/bin/sh

CMD=/usr/sbin/draklive-install

/usr/bin/udisks --inhibit -- $CMD
# run without hal lock if it fails
[ "$?" != 0 ] && $CMD