From b4b929d2b35eee05056127cdf966af99db7f83ea Mon Sep 17 00:00:00 2001 From: Wynter Woods Date: Sun, 13 Sep 2015 06:35:17 -0700 Subject: [PATCH] We need to return an error code for the GUI to recognize status properly --- chip-fel-fastboot.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/chip-fel-fastboot.sh b/chip-fel-fastboot.sh index a6b50fc..23c3762 100755 --- a/chip-fel-fastboot.sh +++ b/chip-fel-fastboot.sh @@ -115,3 +115,4 @@ fastboot -u flash UBI ${BUILDROOT_OUTPUT_DIR}/images/rootfs.ubi fastboot continue echo "stuff is in $TMPDIR" +exit 0