fixed spacing on variable BRUH

This commit is contained in:
poslop
2025-07-31 15:52:42 -05:00
parent 461bab570d
commit 724d746aa0

View File

@@ -66,9 +66,9 @@ else
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
echo "Exiting script"