tMerge pull request #172 from dyne/fix-170 - tomb - the crypto undertaker HTML git clone git://parazyd.org/tomb.git DIR Log DIR Files DIR Refs DIR README DIR LICENSE --- DIR commit f2b9c51ccf3b5c41a5ed5b8c85a08c1ea8bb83e2 DIR parent 8d6e0bde097a5d4eb607a01df883f699880f20bc HTML 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: M tomb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- DIR diff --git a/tomb b/tomb t@@ -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."