From b7b590a97cc04a5a8d110f26751def843906328e Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 13 May 2023 03:21:41 +0200 Subject: [PATCH] read secret --- 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 839aee5..d660119 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 passphrase + read -s passphrase # encrypt echo "${passphrase}" \ | cryptsetup \