From 2598c11893150ea012b70aae9e3742329f933be8 Mon Sep 17 00:00:00 2001 From: Jaromil Date: Sun, 8 Feb 2015 17:41:01 +0000 Subject: [PATCH] avoid enforcing .tomb extension to allow better deniability, fix #180 --- tomb | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tomb b/tomb index abb3290..70750c5 100755 --- a/tomb +++ b/tomb @@ -247,12 +247,6 @@ _plot() { [[ -z $TOMBNAME ]] && { _failure "Tomb won't work without a TOMBNAME." } - # Normalize tomb name - TOMBFILE="$TOMBNAME.tomb" - - # Normalize tomb path - TOMBPATH="$TOMBDIR/$TOMBFILE" - } # Provide a random filename in shared memory