mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-12-23 10:38:59 +00:00
avoid enforcing .tomb extension to allow better deniability, fix #180
This commit is contained in:
parent
15ff5abe61
commit
2598c11893
6
tomb
6
tomb
@ -247,12 +247,6 @@ _plot() {
|
|||||||
[[ -z $TOMBNAME ]] && {
|
[[ -z $TOMBNAME ]] && {
|
||||||
_failure "Tomb won't work without a 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
|
# Provide a random filename in shared memory
|
||||||
|
Loading…
Reference in New Issue
Block a user