refactor: do not completely fail macOS verification checks

This commit is contained in:
Martin Wimpress 2024-04-23 06:50:24 +01:00 committed by Martin Wimpress
parent 956a3caec5
commit 2b05eb832c
1 changed files with 0 additions and 1 deletions

View File

@ -2175,7 +2175,6 @@ function get_macos() {
if [ "${skipVerification}" != "true" ]; then
if ! "${CHUNKCHECK}" "${VM_PATH}" 2> /dev/null; then
echo "Verification failed."
exit 1
else
echo "Verified macOS ${RELEASE} image using chunklist."
fi