chore: Slighlty modify chunkcheck message

This commit is contained in:
zen0bit 2024-04-21 08:14:48 +02:00 committed by Martin Wimpress
parent 6ae74a397c
commit 7814f74377
1 changed files with 1 additions and 1 deletions

View File

@ -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