read
This commit is contained in:
parent
a4ed6cdbdb
commit
0dfc4d99ed
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ rescue_wipe_0_init_hetzner_8_8() {
|
||||||
#
|
#
|
||||||
lsblk
|
lsblk
|
||||||
echo -n "WIPE" "${devices[@]}" "/?\\ OR CANCEL /!\\"
|
echo -n "WIPE" "${devices[@]}" "/?\\ OR CANCEL /!\\"
|
||||||
read
|
read -r
|
||||||
#
|
#
|
||||||
number=0
|
number=0
|
||||||
for device in "${devices[@]}"; do
|
for device in "${devices[@]}"; do
|
||||||
|
|
Loading…
Reference in a new issue