Fix conditional test in 02_configure.sh script 88/4388/1
authorGeoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
Wed, 4 Aug 2021 14:06:55 +0000 (16:06 +0200)
committerGeoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
Wed, 4 Aug 2021 14:06:55 +0000 (16:06 +0200)
commitb051d247f30684dcc043966ad05e2a15a3788883
tree581b266b9481434e24adab9bc6a4840a4e64d72d
parentd97c70768d15571872233922caf17c4a4c34065b
Fix conditional test in 02_configure.sh script

Fix a conditional statement that returns an error although the
command ran successfully. Fortunately, this did not affect the
functionality and logic in the script but it generated extra
noise on the console logs that are unnecessary and potentially
confusing to users.

Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
Change-Id: Ic59c09e2b2890af37bbb023d0b372baa2f718c2d
env/metal3/02_configure.sh