Skip to content

Commit

Permalink
keywriter: Remove extraneous log line
Browse files Browse the repository at this point in the history
  • Loading branch information
tdewey-rpi committed Sep 12, 2024
1 parent 2434dda commit 61150fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion key-writer/keywriter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ update_eeprom() {
rpi-eeprom-config \
--out "${dst_image}.intermediate" --bootcode "${customer_signed_bootcode_binary_workdir}/bootcode.bin.signed" \
"${src_image}" || die "Failed to update signed bootcode in the EEPROM image"
cd - || return
cd - > /dev/null || return
rm -rf "${customer_signed_bootcode_binary_workdir}"
;;
esac
Expand Down

0 comments on commit 61150fa

Please sign in to comment.