Comment 2 for bug 1456911

Revision history for this message
Ivan Hu (ivan.hu) wrote :

And I've also tested it,

modified the script on 30_uefi-firmware
   [ "$(( $(printf %x \'"$(cat $OsIndications | cut -b1)") & 1 ))" = 1 ]; then
to
   [ "$(( $(printf %d \'"$(cat $OsIndications | cut -b1)") & 1 ))" = 1 ]; then

could fix this issue.