mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +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
|
||||
cat "${SAVE_ERROR}"
|
||||
else
|
||||
echo "Folder $LE_TMP might be out of free space..."
|
||||
echo "Folder ${LE_TMP} might be out of free space..."
|
||||
fi
|
||||
echo
|
||||
echo
|
||||
cleanup
|
||||
die
|
||||
exit 1
|
||||
}
|
||||
|
||||
trap cleanup SIGINT
|
||||
|
Loading…
x
Reference in New Issue
Block a user