read_passphrase

This commit is contained in:
Marc Beninca 2024-11-20 10:09:40 +01:00
parent 6b45b885c7
commit 510ca5a5b3
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
3 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@ rescue_wipe_0_init_ovh_vle2() {
local device="/dev/sdb"
local passphrase
# read passphrase
passphrase="$(read_passphrase)"
passphrase="$(sh_read_passphrase)"
# warn
sh_warn_wipe "${device}"
#
@ -50,7 +50,7 @@ rescue_wipe_2_make_ovh_vle2() {
# crypt / close
cryptsetup luksClose "crypt"
# read passphrase
passphrase="$(read_passphrase)"
passphrase="$(sh_read_passphrase)"
# crypt / encrypt
sh_fs_luks_format "${passphrase}" "${device}1"
# crypt / open