mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-05 21:07:58 +00:00
Changed message when encrypted swap found to something more informative
Changed message to detail all swap partitions
This commit is contained in:
parent
c80ebd6d6e
commit
50719fb06f
2
tomb
2
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:"
|
||||
|
Loading…
Reference in New Issue
Block a user