aboutsummaryrefslogtreecommitdiff
path: root/tombopen
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2021-02-20 09:58:53 -0300
committerSilvio Rhatto <rhatto@riseup.net>2021-02-20 09:58:53 -0300
commitfe8af292595e35c0e01e19a3510500da8f506599 (patch)
treed392393d04c1e360a81fe1cafe13ef68a7ed9dc4 /tombopen
parent70ad3f0be888c8d15f1f4aca899b851f5203cc3b (diff)
downloadscripts-fe8af292595e35c0e01e19a3510500da8f506599.tar.gz
scripts-fe8af292595e35c0e01e19a3510500da8f506599.tar.bz2
Feat: adds tombclose
Diffstat (limited to 'tombopen')
-rwxr-xr-xtombopen3
1 files changed, 3 insertions, 0 deletions
diff --git a/tombopen b/tombopen
index 9cd492d..506d503 100755
--- a/tombopen
+++ b/tombopen
@@ -17,6 +17,9 @@ elif [ -z "$TOMB" ]; then
echo "usage: $BASENAME <tomb>"
echo "available tombs: `ls $TOMBS | xargs basename -a -s .tomb | xargs echo`"
exit 1
+elif [ ! -e "$TOMBS/$TOMB.tomb" ]; then
+ echo "tomb not found: $TOMBS/$TOMB.tomb"
+ exit 1
elif [ ! -e "$KEYS/$TOMB.tomb.key" ]; then
echo "missing keyfile $KEYS/$TOMB.tomb.key"
exit 1