tsmall fix for tomb-open to work from filebrowser - tomb - the crypto undertaker
HTML git clone git://parazyd.org/tomb.git
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit c8e623e450e612d098f9801abe29b3bfba197afe
DIR parent 2751d717088e0de9df3ba081a8de2a632e6ef329
HTML Author: Jaromil <jaromil@dyne.org>
Date: Mon, 7 Feb 2011 10:21:28 +0100
small fix for tomb-open to work from filebrowser
Diffstat:
M src/tomb-open | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/src/tomb-open b/src/tomb-open
t@@ -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."