mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-09 22:50:56 +00:00
small fix for tomb-open to work from filebrowser
This commit is contained in:
parent
2751d71708
commit
c8e623e450
@ -57,7 +57,7 @@ fi
|
|||||||
if [ -f $1 ]; then
|
if [ -f $1 ]; then
|
||||||
file $1 | grep LUKS
|
file $1 | grep LUKS
|
||||||
if [ $? = 0 ]; then
|
if [ $? = 0 ]; then
|
||||||
tomb -S mount $1
|
tomb mount $1
|
||||||
exit $?
|
exit $?
|
||||||
else
|
else
|
||||||
tomb notify "Not a real Tomb." "We found no real bones in there."
|
tomb notify "Not a real Tomb." "We found no real bones in there."
|
||||||
|
Loading…
Reference in New Issue
Block a user