pi-eyes: fixing little dumb things

This commit is contained in:
Phillip Burgess 2016-12-14 17:51:50 -08:00
parent c76f1066d3
commit 9d0e33cb8d

View file

@ -77,7 +77,11 @@ fi
echo
echo "Screen type: ${SCREEN_NAMES[$SCREEN_SELECT-1]}"
echo "Install GPIO-halt: ${OPTION_NAMES[$INSTALL_HALT]} ($HALT_PIN)"
if [ $INSTALL_HALT -eq 1 ]; then
echo "Install GPIO-halt: YES ($HALT_PIN)"
else
echo "Install GPIO-halt: NO"
fi
echo "Ethernet USB gadget support: ${OPTION_NAMES[$INSTALL_GADGET]}"
echo
echo -n "CONTINUE? [y/N] "