mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
scripts/mkimage: dont exit and break the build from here
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
c0de147498
commit
1b111d2b5d
@ -47,7 +47,6 @@ fi
|
|||||||
sudo losetup -d "$LOOP"
|
sudo losetup -d "$LOOP"
|
||||||
[ -f "$OE_TMP/ldlinux.sys" ] && sudo chattr -i "$OE_TMP/ldlinux.sys" || :
|
[ -f "$OE_TMP/ldlinux.sys" ] && sudo chattr -i "$OE_TMP/ldlinux.sys" || :
|
||||||
sudo rm -rf "$OE_TMP"
|
sudo rm -rf "$OE_TMP"
|
||||||
exit
|
|
||||||
}
|
}
|
||||||
|
|
||||||
trap cleanup SIGINT
|
trap cleanup SIGINT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user