From 7814f743772b28b60774ae5b611a824eafc47cde Mon Sep 17 00:00:00 2001 From: zen0bit Date: Sun, 21 Apr 2024 08:14:48 +0200 Subject: [PATCH] chore: Slighlty modify chunkcheck message --- quickget | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickget b/quickget index 2fcc823..b4fabde 100755 --- a/quickget +++ b/quickget @@ -2291,7 +2291,7 @@ function get_macos() { fi if [ -z "${CHUNKCHECK}" ]; then - read -p "ERROR! Can not find chunkcheck. Will not be able to verify image. Proceed anyways?" skipVerification + read -p "ERROR! Can not find chunkcheck. Will not be able to verify image. Proceed anyway?" skipVerification if [ "${skipVerification,,}" != "y" ] && [ "${skipVerification,,}" != "yes" ]; then exit 1 fi