From 65f9d3b249cb84243a63793bdbe909e6e1959d49 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 13 May 2023 03:23:05 +0200 Subject: [PATCH] read raw --- bash/ovh-rescue.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/ovh-rescue.sh b/bash/ovh-rescue.sh index d660119..0209661 100644 --- a/bash/ovh-rescue.sh +++ b/bash/ovh-rescue.sh @@ -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 \