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

@@ -68,7 +68,7 @@ else
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"