Comment 12 for bug 6271

Revision history for this message
Florian Boucault (fboucault) wrote :

By the way, I think you put one extra comma in the line:

  echo "$bios_list" | grep -q "^Mode .* $panelsize," && exit 0

correct version should be:

  echo "$bios_list" | grep -q "^Mode .* $panelsize" && exit 0