This commit is contained in:
Marc Beninca 2023-05-13 03:23:05 +02:00
parent b7b590a97c
commit 65f9d3b249

View file

@ -119,7 +119,7 @@ function ovh-rescue-wipe-1-2TB {
mkfs.ext4 -L 'boot' '/dev/sda2'
# read passphrase
local passphrase
read -s passphrase
read -r -s passphrase
# encrypt
echo "${passphrase}" \
| cryptsetup \