From 71a7241f9c702f6d2635557009e25605cf44f632 Mon Sep 17 00:00:00 2001 From: Jaromil Date: Thu, 22 Aug 2019 11:49:43 +0200 Subject: [PATCH] remove unneeded umount on forge_key failure --- tomb | 1 - 1 file changed, 1 deletion(-) diff --git a/tomb b/tomb index 086eb52..f6110a1 100755 --- a/tomb +++ b/tomb @@ -1997,7 +1997,6 @@ forge_key() { _warning "Dumping contents to screen:" print "${mapfile[$TOMBKEY]}" _warning "--" - _sudo umount ${TOMBKEYFILE} rm -f ${TOMBKEYFILE} _failure "Operation aborted." }