tomb

the crypto undertaker
git clone git://parazyd.org/tomb.git
Log | Files | Refs | README | LICENSE

commit 7756dc161011552661e474807515f48a3ec04d09
parent 0396acd2360b3793005e4638f4da896c3b29965a
Author: Hellekin O. Wolf =8) <hellekin@cepheide.org>
Date:   Sat, 12 Feb 2011 08:26:42 +0100

notice after error

Diffstat:
Msrc/tomb | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/tomb b/src/tomb @@ -535,10 +535,10 @@ mount_tomb() { elif [ -r "$tombdir/$tombkey" ]; then tombkeypath="$tombdir/$tombkey" else - notice "please insert your USB KEY" error "encryption key ${enc_key} not found on disk" error "use -k option to specify which key to use" - error "or provide a usb key, or press ctrl-c to abort" + error "provide a usb key now, or press ctrl-c to abort" + notice "please insert your USB KEY" ask_usbkey # returns usbkey_mount, now check if the key is there if [ -r ${usbkey_mount}/.tomb/${tombkey} ]; then