Removed an exit path

This commit is contained in:
Wynter Woods 2015-12-03 20:02:09 -08:00
parent b312864562
commit 2681924d67
1 changed files with 0 additions and 1 deletions

View File

@ -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
;;