From a36d736bf41805d6dc6f7cf3845cd9da732f9837 Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Wed, 22 Feb 2023 15:57:12 -0500
Subject: [PATCH] Update clean.sh

define default action (N)
---
 misc/clean.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/misc/clean.sh b/misc/clean.sh
index 8c604b46..1d32009e 100644
--- a/misc/clean.sh
+++ b/misc/clean.sh
@@ -29,7 +29,7 @@ if [[ -z "$cache" ]]; then
 else
   echo -e "$cache \n"
   echo -e "${GN}Cache in $name${CL}"
-  read -p "Would you like to remove the selected cache listed above? [y/n] " -n 1 -r
+  read -p "Would you like to remove the selected cache listed above? [y/N] " -n 1 -r
   echo
   if [[ $REPLY =~ ^[Yy]$ ]]; then
     echo "Removing cache"
@@ -47,7 +47,7 @@ if [[ -z "$logs" ]]; then
 else
   echo -e "$logs \n"
   echo -e "${GN}Logs in $name${CL}"
-  read -p "Would you like to remove the selected logs listed above? [y/n] " -n 1 -r
+  read -p "Would you like to remove the selected logs listed above? [y/N] " -n 1 -r
   echo
   if [[ $REPLY =~ ^[Yy]$ ]]; then
     echo "Removing logs"