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}" \