read raw
This commit is contained in:
parent
b7b590a97c
commit
65f9d3b249
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ function ovh-rescue-wipe-1-2TB {
|
||||||
mkfs.ext4 -L 'boot' '/dev/sda2'
|
mkfs.ext4 -L 'boot' '/dev/sda2'
|
||||||
# read passphrase
|
# read passphrase
|
||||||
local passphrase
|
local passphrase
|
||||||
read -s passphrase
|
read -r -s passphrase
|
||||||
# encrypt
|
# encrypt
|
||||||
echo "${passphrase}" \
|
echo "${passphrase}" \
|
||||||
| cryptsetup \
|
| cryptsetup \
|
||||||
|
|
Loading…
Reference in a new issue