summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scripts/install-system2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install-system b/scripts/install-system
index d06695e0..20b9f6a3 100644
--- a/scripts/install-system
+++ b/scripts/install-system
@@ -360,7 +360,7 @@ check_for_new_raid () {
echo "Would you like me to create a $part_diag_size MB partition for diagnostics?"
echo -n "(Yes/No) [No]: "
- diag_response=$(get_response "Yes" "Yes No Y N")
+ diag_response=$(get_response "No" "Yes No Y N")
if [ "$diag_response" == "yes" ] || [ "$diag_response" == "y" ]; then
for drive in $drives
do