diff --git a/scripts/check_build_artifacts.sh b/scripts/check_build_artifacts.sh index 0aaabecfbd4d5cf91ab9d55cc334cc5f679d4517..f5732c126666bd8dc33b501cf99dc14901bf5697 100755 --- a/scripts/check_build_artifacts.sh +++ b/scripts/check_build_artifacts.sh @@ -44,8 +44,7 @@ if [[ $KERNEL_FILE != *"none"* ]]; then fi if [ $count_dtbo -eq 0 ]; then - echo "No dtbo artifacts were compiled, exiting with error 1 .." - exit 1 + echo "No dtbo artifacts were compiled, warning!" else echo "dtbo artifacts were found!" fi