mirror of
https://github.com/Dasharo/scripts.git
synced 2026-03-06 14:51:26 -08:00
firmware: suppress output of cbfstool when restoring VPD
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
@@ -622,7 +622,7 @@ else
|
||||
#merge with recovery image firmware
|
||||
if [ -f /tmp/vpd.bin ]; then
|
||||
echo_yellow "Merging VPD into recovery image firmware"
|
||||
${cbfstoolcmd} /tmp/stock-firmware.rom write -r RO_VPD -f /tmp/vpd.bin
|
||||
${cbfstoolcmd} /tmp/stock-firmware.rom write -r RO_VPD -f /tmp/vpd.bin > /dev/null 2>&1
|
||||
fi
|
||||
fi
|
||||
firmware_file=/tmp/stock-firmware.rom
|
||||
|
||||
Reference in New Issue
Block a user