small fix for tomb-open to work from filebrowser

This commit is contained in:
Jaromil 2011-02-07 10:21:28 +01:00
parent 2751d71708
commit c8e623e450

View File

@ -57,7 +57,7 @@ fi
if [ -f $1 ]; then
file $1 | grep LUKS
if [ $? = 0 ]; then
tomb -S mount $1
tomb mount $1
exit $?
else
tomb notify "Not a real Tomb." "We found no real bones in there."