tomb

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

commit f2b9c51ccf3b5c41a5ed5b8c85a08c1ea8bb83e2
parent 8d6e0bde097a5d4eb607a01df883f699880f20bc
Author: hellekin <hellekin@cepheide.org>
Date:   Thu, 27 Nov 2014 13:47:15 -0300

Merge pull request #172 from dyne/fix-170

Remove extra space and split message for accuracy (closes #170)
Diffstat:
Mtomb | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tomb b/tomb @@ -313,10 +313,11 @@ _ensure_safe_swap() { fi done - _warning "An active swap partition is detected, this poses security risks." + _message "An active swap partition is detected..." if [[ $r -eq 2 ]]; then _success "All your swaps are belong to crypt. Good." else + _warning "This poses a security risk." _warning "You can deactivate all swap partitions using the command:" _warning " swapoff -a" _warning "But if you want to proceed like this, use the -f (force) flag."