mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-12 07:46:28 +00:00
Merge pull request #194 from jturner314/misc-cleanup
Two minor one-line fixes
This commit is contained in:
commit
19769dea6e
2
tomb
2
tomb
@ -950,7 +950,6 @@ get_lukskey() {
|
|||||||
|
|
||||||
_password="$1"
|
_password="$1"
|
||||||
|
|
||||||
exhumedkey=""
|
|
||||||
|
|
||||||
firstline="${TOMBKEY[(f)1]}"
|
firstline="${TOMBKEY[(f)1]}"
|
||||||
|
|
||||||
@ -1037,7 +1036,6 @@ ask_key_password() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fi
|
fi
|
||||||
# print the password out in case caller needs to know it
|
|
||||||
[[ $passok == 1 ]] || return 1
|
[[ $passok == 1 ]] || return 1
|
||||||
|
|
||||||
TOMBPASSWORD=$tombpass
|
TOMBPASSWORD=$tombpass
|
||||||
|
Loading…
Reference in New Issue
Block a user