mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
scripts/mkimage: die is unknown; exit 1
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
parent
a4fe4d943a
commit
04556e8036
@ -44,11 +44,11 @@ show_error() {
|
|||||||
if [ -s "${SAVE_ERROR}" ]; then
|
if [ -s "${SAVE_ERROR}" ]; then
|
||||||
cat "${SAVE_ERROR}"
|
cat "${SAVE_ERROR}"
|
||||||
else
|
else
|
||||||
echo "Folder $LE_TMP might be out of free space..."
|
echo "Folder ${LE_TMP} might be out of free space..."
|
||||||
fi
|
fi
|
||||||
echo
|
echo
|
||||||
cleanup
|
cleanup
|
||||||
die
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
trap cleanup SIGINT
|
trap cleanup SIGINT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user