From abc7186d573d660795a81c62878aa03241de076f Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Wed, 4 Oct 2023 08:24:22 +0200 Subject: [PATCH] close --- bash/hetzner-rescue.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bash/hetzner-rescue.sh b/bash/hetzner-rescue.sh index d7b6bd0..4254130 100644 --- a/bash/hetzner-rescue.sh +++ b/bash/hetzner-rescue.sh @@ -262,12 +262,12 @@ function hetzner-rescue-wipe-12-10-10-0 { # wipe crypt dd status='progress' \ if='/dev/zero' of='/dev/mapper/crypt' bs='16G' - # close - cryptsetup luksClose 'crypt' } function hetzner-rescue-wipe-12-10-10-1 { local passphrase + # close + cryptsetup luksClose 'crypt' # read passphrase echo -n 'PassPhrase: ' read -r -s passphrase