From 724d746aa006868cc78e1aedb3a6c69cd461bc80 Mon Sep 17 00:00:00 2001 From: poslop Date: Thu, 31 Jul 2025 15:52:42 -0500 Subject: [PATCH] fixed spacing on variable BRUH --- Ventoy/CloneToDisk.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Ventoy/CloneToDisk.sh b/Ventoy/CloneToDisk.sh index be1ce47..c3c23af 100755 --- a/Ventoy/CloneToDisk.sh +++ b/Ventoy/CloneToDisk.sh @@ -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"