This commit is contained in:
Marc Beninca 2024-11-16 13:10:31 +01:00
parent 1e6a8d5c2a
commit cafe6ab80b
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -12,7 +12,7 @@ rescue_wipe_0_init_hetzner_8_8() {
passphrase="$(read_passphrase)" passphrase="$(read_passphrase)"
# #
lsblk lsblk
echo -n "WIPE" "${@}" "/?\\ OR CANCEL /!\\" printf "%s" "WIPE ${*} /?\\ OR CANCEL /!\\"
read -r read -r
# #
number=0 number=0