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
|
fi
|
||||||
|
|
||||||
if [ -z "${CHUNKCHECK}" ]; then
|
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
|
if [ "${skipVerification,,}" != "y" ] && [ "${skipVerification,,}" != "yes" ]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue