File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -490,7 +490,7 @@ keywriter_log "Writing key and EEPROM configuration to the device"
490490
491491rm -rf " ${FLASHING_DIR} "
492492
493- if [ -z " ${DEMO_MODE_ONLY} " ] && [ -n " ${RPI_DEVICE_FETCH_METADATA} " ] && [ ! -f " /var/log/rpi-sb-provosioner /${TARGET_DEVICE_SERIAL} /special-skip-keywriter" ]; then
493+ if [ -z " ${DEMO_MODE_ONLY} " ] && [ -n " ${RPI_DEVICE_FETCH_METADATA} " ] && [ ! -f " /var/log/rpi-sb-provisioner /${TARGET_DEVICE_SERIAL} /special-skip-keywriter" ]; then
494494 USER_BOARDREV=" 0x$( jq -r ' .USER_BOARDREV' < /var/log/rpi-sb-provisioner/" ${TARGET_DEVICE_SERIAL} " /metadata/" ${TARGET_DEVICE_SERIAL} " .json) "
495495 MAC_ADDRESS=$( jq -r ' .MAC_ADDR' < /var/log/rpi-sb-provisioner/" ${TARGET_DEVICE_SERIAL} " /metadata/" ${TARGET_DEVICE_SERIAL} " .json)
496496 CUSTOMER_KEY_HASH=$( jq -r ' .CUSTOMER_KEY_HASH' < /var/log/rpi-sb-provisioner/" ${TARGET_DEVICE_SERIAL} " /metadata/" ${TARGET_DEVICE_SERIAL} " .json)
You can’t perform that action at this time.
0 commit comments