mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2025-01-01 13:41:57 +00:00
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:
commit
c502ef3d92
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