From 2681924d67fca7e5e7de4c108066b0690da96a4d Mon Sep 17 00:00:00 2001 From: Wynter Woods Date: Thu, 3 Dec 2015 20:02:09 -0800 Subject: [PATCH] Removed an exit path --- chip-flash | 1 - 1 file changed, 1 deletion(-) 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 ;;