mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-09 05:56:58 +02:00
Fix bug where subfolder is not add to path of firmware.
Change-Id: I5521baa3a2b176167f827034166ffcd443a6a793 BUG=8711 TEST=run locally Review URL: http://codereview.chromium.org/4413004
This commit is contained in:
parent
c0644eb90a
commit
41a2b700a2
@ -190,7 +190,7 @@ echo -n "{
|
||||
|
||||
if [ ! -z "${FLAGS_firmware_updater}" ] ; then
|
||||
echo -n "
|
||||
'firmware_image': 'firmware.gz',
|
||||
'firmware_image': '"${subfolder}"firmware.gz',
|
||||
'firmware_checksum': '${firmware_hash}'," >> ${OMAHA_DIR}/miniomaha.conf
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user