This website works better with JavaScript.
Home
Explore
Help
Sign In
mh
/
lc-coreboot
Watch
1
Star
0
Fork
0
Code
Releases
28
Wiki
Activity
Browse Source
x230: flashrom_rpi_bottom_unlock.sh: make colored output more consistent
pull/35/head
Martin Kepplinger
6 years ago
parent
e100071667
commit
83fad021e8
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save