From 8d8c52e0097161de9e4987fd2f9c283d99ab9335 Mon Sep 17 00:00:00 2001 From: GlassedSilver Date: Sun, 15 May 2022 05:48:06 +0200 Subject: [PATCH] 002-fix_dupes_per_archive: prep consistency w/ 003 --- backend/fix-scripts/002-fix_dupes_per_archive_file.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/fix-scripts/002-fix_dupes_per_archive_file.sh b/backend/fix-scripts/002-fix_dupes_per_archive_file.sh index 51b3810..7517773 100644 --- a/backend/fix-scripts/002-fix_dupes_per_archive_file.sh +++ b/backend/fix-scripts/002-fix_dupes_per_archive_file.sh @@ -42,11 +42,11 @@ i=0 # Ask to proceed or cancel, exit on missing paths case $i in 0) - printf "\n\n Couldn't find any archive location path to fix dupes for! \n\nPlease edit this script to configure!" + printf "\n\n Couldn't find any archive location path! \n\nPlease edit this script to configure!" tput cnorm exit 2;; 2) - printf "\n\n Found all archive locations to fix dupes for. \n\nProceed? (Y/N)";; + printf "\n\n Found all archive locations. \n\nProceed? (Y/N)";; *) printf "\n\n Only found ${i} out of 2 archive locations! Something about this script's config must be wrong. \n\nProceed anyways? (Y/N)";; esac @@ -133,7 +133,7 @@ if echo "$answer" | grep -iq "^y" ;then printf "\n\n✔ Done." printf "\nℹ Please keep in mind that you may still want to" - printf "\n run sanity checks against your archives!\n\n" + printf "\n run corruption checks against your archives!\n\n" exit else tput cnorm