From 5b0e490d96d8a82de704728fc096800638383658 Mon Sep 17 00:00:00 2001
From: Kim Hagen <kim@sentrium.io>
Date: Fri, 3 Sep 2021 08:46:16 -0500
Subject: T1785: Deleting partitions on disks (Raid1) with default value 'no'
 the default was still set to "Yes"

---
 scripts/install/install-get-partition | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/install/install-get-partition b/scripts/install/install-get-partition
index 5d4f5541..1a96ac81 100755
--- a/scripts/install/install-get-partition
+++ b/scripts/install/install-get-partition
@@ -246,7 +246,7 @@ check_for_new_raid () {
   # Configure RAID-1
   echo "This process will erase all data on both drives."
   echo -n "Are you sure you want to do this? (Yes/No) [No]: "
-  response=$(get_response "Yes" "Yes No Y N")
+  response=$(get_response "No" "Yes No Y N")
   if [ "$response" == "no" ] || [ "$response" == "n" ]; then
     echo "Ok.  Not configuring RAID-1."
     return
-- 
cgit v1.2.3