mcreboot.sh: Fix error handling of BUILDID mismatch
Change-Id: I29d78c4739679e0b3229cc6fa28816f1ceee332c
This commit is contained in:
@ -391,7 +391,7 @@ fi
|
||||
IHK_BUILDID=`${SBINDIR}/ihkconfig 0 get buildid`
|
||||
if [ "${IHK_BUILDID}" != "${MCK_BUILDID}" ]; then
|
||||
echo "IHK build-id (${IHK_BUILDID}) didn't match McKernel build-id (${MCK_BUILDID})." >&2
|
||||
exit 1
|
||||
error_exit "mcctrl_loaded"
|
||||
fi
|
||||
|
||||
# Destroy all LWK instances
|
||||
|
||||
Reference in New Issue
Block a user