From bb3389f3abafe4878bd873008113cf61f72934d6 Mon Sep 17 00:00:00 2001 From: Matthew Date: Sun, 20 Aug 2017 22:33:46 +0100 Subject: [PATCH] Another minor change to text output --- scripts/install_fw_custom.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_fw_custom.sh b/scripts/install_fw_custom.sh index c99c44e..a3576f0 100755 --- a/scripts/install_fw_custom.sh +++ b/scripts/install_fw_custom.sh @@ -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