From 8ca5dd3cfa06f9c24050d9b088d62f117e89b568 Mon Sep 17 00:00:00 2001 From: H0mire Date: Sat, 4 May 2024 10:24:16 +0200 Subject: [PATCH] again --- update-dots.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update-dots.sh b/update-dots.sh index ecb059e7..e12d65ac 100644 --- a/update-dots.sh +++ b/update-dots.sh @@ -82,7 +82,7 @@ elif [[ $REPLY =~ ^[Ii]$ ]]; then replaced_files=() for file in "${modified_files[@]}"; do echo "Do you want to keep $file untouched?" - echo "[y] Yes, keep it." + echo "[Y] Yes, keep it." echo "[n] No, replace it." read -p "Answer: " -n 1 -r echo @@ -108,7 +108,7 @@ elif [[ $REPLY =~ ^[Ii]$ ]]; then echo "_____________________________________________________" echo "Do you want to continue?" echo "[y] Yes, continue." - echo "[n] No, exit." + echo "[N] No, exit." read -p "Answer: " -r echo if [[ ! $REPLY =~ ^[Yy]$ ]]; then