Skip to content

Commit

Permalink
exit if file dtb/o not found
Browse files Browse the repository at this point in the history
  • Loading branch information
= mlm-games committed Sep 11, 2024
1 parent 19ba7bf commit e64b02d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/kernel_zipper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ copy_dtb() {
echo "Copied DTB: $DTB_FILE"
else
echo "DTB file not found: $DTB_FILE"
exit
fi
}

Expand All @@ -70,6 +71,7 @@ copy_dtbo() {
echo "Copied DTBO: $DTBO_FILE"
else
echo "DTBO file not found: $DTBO_FILE"
exit
fi
}

Expand Down

0 comments on commit e64b02d

Please sign in to comment.