Another minor change to text output

This commit is contained in:
Matthew 2017-08-20 22:33:46 +01:00
parent c0cd92fe89
commit bb3389f3ab

View file

@ -29,7 +29,7 @@ fi
# Check if bin file exists
if [ -e $BIN_PATH ]; then
echo "Flashing $BIN_PATH"
echo "Attempting to flash $BIN_PATH"
else
echo "$BIN_PATH doesn't exist!"
exit 1