commit c502ef3d921c10f8bfc9ccff70c041575a4f5f66
parent c80ebd6d6ed77980eb5b559757e03ea13a29bdd1
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:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tomb b/tomb
@@ -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:"