tMerge pull request #230 from mandeep/change_swap_success_message - tomb - the crypto undertaker
HTML git clone git://parazyd.org/tomb.git
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit c502ef3d921c10f8bfc9ccff70c041575a4f5f66
DIR parent c80ebd6d6ed77980eb5b559757e03ea13a29bdd1
HTML Author: D.J.R <jaromil@dyne.org>
Date: Mon, 17 Oct 2016 22:00:46 +0200
Merge pull request #230 from mandeep/change_swap_success_message
Changed message when encrypted swap found to something more informative
Diffstat:
M tomb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/tomb b/tomb
t@@ -325,7 +325,7 @@ _ensure_safe_swap() {
done
if [[ $r -eq 2 ]]; then
- _success "All your swaps are belong to crypt. Good."
+ _success "The undertaker found that all swap partitions are encrypted. Good."
else
_warning "This poses a security risk."
_warning "You can deactivate all swap partitions using the command:"