commit c8e623e450e612d098f9801abe29b3bfba197afe
parent 2751d717088e0de9df3ba081a8de2a632e6ef329
Author: Jaromil <jaromil@dyne.org>
Date:   Mon,  7 Feb 2011 10:21:28 +0100
small fix for tomb-open to work from filebrowser
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/tomb-open b/src/tomb-open
@@ -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."