From c301758e1ca4878a1d6bc7aadb3a18b0e2263b11 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 13 May 2023 03:36:05 +0200 Subject: [PATCH] read prompt --- bash/ovh-rescue.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bash/ovh-rescue.sh b/bash/ovh-rescue.sh index 96ecea3..771e940 100644 --- a/bash/ovh-rescue.sh +++ b/bash/ovh-rescue.sh @@ -120,6 +120,7 @@ function ovh-rescue-wipe-1-2TB { mkfs.ext4 -L 'boot' '/dev/sda2' # read passphrase local passphrase + echo -n 'PassPhrase: ' read -r -s passphrase # encrypt echo "${passphrase}" \