Fixed bug in chip-fel-flash.sh where script was trying to run a variable name as a shell command rather than getting the value.
This commit is contained in:
parent
8fd7d8ace6
commit
66e49e0aa2
@ -211,7 +211,7 @@ fi
|
|||||||
if [[ "${METHOD}" == "fel" ]]; then
|
if [[ "${METHOD}" == "fel" ]]; then
|
||||||
if ! wait_for_linuxboot; then
|
if ! wait_for_linuxboot; then
|
||||||
echo "ERROR: could not flash":
|
echo "ERROR: could not flash":
|
||||||
rm -rf $(TMPDIR)
|
rm -rf ${TMPDIR}
|
||||||
exit 1
|
exit 1
|
||||||
else
|
else
|
||||||
${SCRIPTDIR}/verify.sh
|
${SCRIPTDIR}/verify.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user