diff --git a/chip-flash b/chip-flash index 02a652c..20ff7ca 100755 --- a/chip-flash +++ b/chip-flash @@ -55,7 +55,6 @@ while true; do FASTBOOT_PORT="-s usb:$(udevadm info ${CHIP_PATH} | grep "P\:" | awk -F "/" '{print $NF}')" echo "Fastboot port: ${FASTBOOT_PORT}" echo "FEL device: ${FEL_DEVICE}" - exit 1 shift shift ;;