remove debugging stuff

This commit is contained in:
Jaromil 2011-02-10 12:22:11 +01:00
parent 23244bdedd
commit c610e6dacc
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/bin/zsh -x
#!/bin/zsh
#
# Tomb, the Crypto Undertaker
#
@ -370,7 +370,7 @@ create_tomb() {
act "once done you will be asked to choose a password for your tomb."
touch ${keytmp}/tomb.tmp
chmod 0600 ${keytmp}/tomb.tmp
$DD bs=1 count=256 if=/dev/urandom of=${keytmp}/tomb.tmp
$DD bs=1 count=256 if=/dev/random of=${keytmp}/tomb.tmp
if ! [ -r ${keytmp}/tomb.tmp ]; then
error "cannot generate encryption key, operation aborted."
umount ${keytmp}

View File

@ -1,4 +1,4 @@
#!/bin/zsh -x
#!/bin/zsh
#
# Tomb, the Crypto Undertaker
#