fixed spacing on variable BRUH
This commit is contained in:
@@ -66,9 +66,9 @@ else
|
|||||||
|
|
||||||
usb_name="/dev/mapper/${disk_suffix}"
|
usb_name="/dev/mapper/${disk_suffix}"
|
||||||
|
|
||||||
user_response = "n"
|
user_response="n"
|
||||||
|
|
||||||
read -rp "You are about to WRITE and ERASE disk ${disk_name} | Are you sure? y/n: " user_response
|
read -rp "You are about to WRITE and ERASE disk ${disk_name} | Are you sure? y/N: " user_response
|
||||||
|
|
||||||
if [[ $user_response != y ]]; then
|
if [[ $user_response != y ]]; then
|
||||||
echo "Exiting script"
|
echo "Exiting script"
|
||||||
|
|||||||
Reference in New Issue
Block a user