From 9f326cc38328e74675f24ef71840c4afdce923f0 Mon Sep 17 00:00:00 2001 From: Martin Kepplinger Date: Fri, 28 Sep 2018 08:18:57 +0200 Subject: [PATCH] x230: external scripts: be a little less verbose in the success path It feelds a little more streamlined when not repeating everything the user does. --- x230/external_install_top.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/x230/external_install_top.sh b/x230/external_install_top.sh index 5684ca2..793b8eb 100755 --- a/x230/external_install_top.sh +++ b/x230/external_install_top.sh @@ -100,7 +100,6 @@ if [ ! "$have_input_image" -gt 0 ] ; then exit elif (( REPLY > 0 && REPLY <= ${#options[@]} )) ; then - echo "You picked $INPUT_IMAGE_PATH which is file $REPLY" break else @@ -140,7 +139,6 @@ programmer="" if [ "${FLASHER}" = "rpi" ] ; then programmer="linux_spi:dev=/dev/spidev0.0,spispeed=${rpi_frequency}" elif [ "${FLASHER}" = "ch341a" ] ; then - echo "Ok. Connect a CH341A programmer" programmer="ch341a_spi" else echo "invalid flashrom programmer"