From 26bb506904b7b6fce34a04680a53b7b5a157aeb6 Mon Sep 17 00:00:00 2001 From: Martin Kepplinger Date: Wed, 16 May 2018 09:06:32 +0200 Subject: [PATCH] x230: flashrom_rpi_top_write.sh: make output color more consistent --- x230/flashrom_rpi_top_write.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x230/flashrom_rpi_top_write.sh b/x230/flashrom_rpi_top_write.sh index 8614d49..6a664ac 100755 --- a/x230/flashrom_rpi_top_write.sh +++ b/x230/flashrom_rpi_top_write.sh @@ -97,6 +97,6 @@ if [ ! "$INPUT_IMAGE_SIZE" -eq "$TEMP_SIZE" ] ; then fi rm -rf ${TEMP_DIR} -echo "connection ok. flashing ${INPUT_IMAGE_NAME}" +echo -e "${GREEN}connection ok${NC}. flashing ${INPUT_IMAGE_NAME}" flashrom -p linux_spi:dev=/dev/spidev0.0,spispeed=128 -c ${CHIPNAME} -w ${INPUT_IMAGE_PATH} echo -e "${GREEN}DONE${NC}"