mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-11 07:30:56 +00:00
close luks mapper and end with an error on lock format failures
This commit is contained in:
parent
d8360688b3
commit
0ac5a34c20
3
tomb
3
tomb
@ -2043,7 +2043,8 @@ lock_tomb_with_key() {
|
|||||||
|
|
||||||
[[ $? == 0 ]] || {
|
[[ $? == 0 ]] || {
|
||||||
_warning "Tomb format returned an error."
|
_warning "Tomb format returned an error."
|
||||||
_warning "Your tomb ::1 tomb file:: may be corrupted." $TOMBFILE }
|
_sudo cryptsetup luksClose tomb.tmp
|
||||||
|
_failure "Your tomb ::1 tomb file:: may be corrupted." $TOMBFILE }
|
||||||
|
|
||||||
# Sync
|
# Sync
|
||||||
_sudo cryptsetup luksClose tomb.tmp
|
_sudo cryptsetup luksClose tomb.tmp
|
||||||
|
Loading…
Reference in New Issue
Block a user