Skip to content

Commit a0914a4

Browse files
Tom Deweytdewey-rpi
authored andcommitted
metadata: Always gather over USB
1 parent 4129a37 commit a0914a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

host-support/manufacturing-data

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
metadata_get() {
4-
fastboot -s "${FASTBOOT_DEVICE_SPECIFIER}" getvar "$1" 2>&1 | grep -oP "${1}"': \K[^\r\n]*'
4+
fastboot -s "${TARGET_DEVICE_SERIAL}" getvar "$1" 2>&1 | grep -oP "${1}"': \K[^\r\n]*'
55
}
66

77
metadata_gather() {

0 commit comments

Comments
 (0)