Merge pull request #230 from mandeep/change_swap_success_message

Changed message when encrypted swap found to something more informative
This commit is contained in:
D.J.R 2016-10-17 22:00:46 +02:00 committed by GitHub
commit c502ef3d92

2
tomb
View File

@ -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:"