chore: Slighlty modify chunkcheck message
This commit is contained in:
parent
6ae74a397c
commit
7814f74377
2
quickget
2
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
|
||||
|
|
Loading…
Reference in New Issue