refactor: do not completely fail macOS verification checks
This commit is contained in:
parent
956a3caec5
commit
2b05eb832c
1
quickget
1
quickget
|
|
@ -2175,7 +2175,6 @@ function get_macos() {
|
||||||
if [ "${skipVerification}" != "true" ]; then
|
if [ "${skipVerification}" != "true" ]; then
|
||||||
if ! "${CHUNKCHECK}" "${VM_PATH}" 2> /dev/null; then
|
if ! "${CHUNKCHECK}" "${VM_PATH}" 2> /dev/null; then
|
||||||
echo "Verification failed."
|
echo "Verification failed."
|
||||||
exit 1
|
|
||||||
else
|
else
|
||||||
echo "Verified macOS ${RELEASE} image using chunklist."
|
echo "Verified macOS ${RELEASE} image using chunklist."
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue