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