Skip to content

Commit 63c34ef

Browse files
Tom Deweytdewey-rpi
authored andcommitted
Use FASTBOOT_DEVICE_SPECIFIER for oem command
1 parent 8b9dc1a commit 63c34ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/rpi-sb-provisioner.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1013,7 +1013,7 @@ rm -rf "${TMP_DIR}" ${DEBUG}
10131013
announce_stop "Cleaning up"
10141014

10151015
announce_start "Set LED status"
1016-
fastboot oem led PWR 0
1016+
fastboot -s "${FASTBOOT_DEVICE_SPECIFIER}" oem led PWR 0
10171017
announce_stop "Set LED status"
10181018

10191019
mkdir -p /var/log/rpi-sb-provisioner/"${TARGET_DEVICE_SERIAL}"/

0 commit comments

Comments
 (0)