mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 21:56:31 +00:00
configs/freescale: drop unneeded exit statement in post-image scripts
There is no need for the 'exit' statement in the post-image scripts, so just remove it. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
36ed5cba0d
commit
d43f526a0e
@ -12,5 +12,3 @@ genimage \
|
|||||||
--inputpath "${BINARIES_DIR}" \
|
--inputpath "${BINARIES_DIR}" \
|
||||||
--outputpath "${BINARIES_DIR}" \
|
--outputpath "${BINARIES_DIR}" \
|
||||||
--config "${GENIMAGE_CFG}"
|
--config "${GENIMAGE_CFG}"
|
||||||
|
|
||||||
exit $?
|
|
||||||
|
@ -12,5 +12,3 @@ genimage \
|
|||||||
--inputpath "${BINARIES_DIR}" \
|
--inputpath "${BINARIES_DIR}" \
|
||||||
--outputpath "${BINARIES_DIR}" \
|
--outputpath "${BINARIES_DIR}" \
|
||||||
--config "${GENIMAGE_CFG}"
|
--config "${GENIMAGE_CFG}"
|
||||||
|
|
||||||
exit $?
|
|
||||||
|
@ -12,5 +12,3 @@ genimage \
|
|||||||
--inputpath "${BINARIES_DIR}" \
|
--inputpath "${BINARIES_DIR}" \
|
||||||
--outputpath "${BINARIES_DIR}" \
|
--outputpath "${BINARIES_DIR}" \
|
||||||
--config "${GENIMAGE_CFG}"
|
--config "${GENIMAGE_CFG}"
|
||||||
|
|
||||||
exit $?
|
|
||||||
|
@ -12,5 +12,3 @@ genimage \
|
|||||||
--inputpath "${BINARIES_DIR}" \
|
--inputpath "${BINARIES_DIR}" \
|
||||||
--outputpath "${BINARIES_DIR}" \
|
--outputpath "${BINARIES_DIR}" \
|
||||||
--config "${GENIMAGE_CFG}"
|
--config "${GENIMAGE_CFG}"
|
||||||
|
|
||||||
exit $?
|
|
||||||
|
@ -12,5 +12,3 @@ genimage \
|
|||||||
--inputpath "${BINARIES_DIR}" \
|
--inputpath "${BINARIES_DIR}" \
|
||||||
--outputpath "${BINARIES_DIR}" \
|
--outputpath "${BINARIES_DIR}" \
|
||||||
--config "${GENIMAGE_CFG}"
|
--config "${GENIMAGE_CFG}"
|
||||||
|
|
||||||
exit $?
|
|
||||||
|
@ -12,5 +12,3 @@ genimage \
|
|||||||
--inputpath "${BINARIES_DIR}" \
|
--inputpath "${BINARIES_DIR}" \
|
||||||
--outputpath "${BINARIES_DIR}" \
|
--outputpath "${BINARIES_DIR}" \
|
||||||
--config "${GENIMAGE_CFG}"
|
--config "${GENIMAGE_CFG}"
|
||||||
|
|
||||||
exit $?
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user