Browse Source

x230: flashrom_rpi_bottom_unlock.sh: make colored output more consistent

pull/35/head
Martin Kepplinger 6 years ago
parent
commit
83fad021e8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      x230/flashrom_rpi_bottom_unlock.sh

+ 1
- 1
x230/flashrom_rpi_bottom_unlock.sh View File

@ -80,7 +80,7 @@ fi
if [ ! "$me_clean" -gt 0 ] ; then
echo "Intel ME will NOT be cleaned. Use -m if it should be."
else
echo "Intel ME will be cleaned."
echo -e "Intel ME will be ${GREEN}cleaned${NC}."
fi
if [ ! "$lock" -gt 0 ] ; then


Loading…
Cancel
Save