Changed message when encrypted swap found to something more informative

Changed message to detail all swap partitions
This commit is contained in:
mandeepbhutani 2016-10-11 08:30:32 -05:00
parent c80ebd6d6e
commit 50719fb06f

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