Fix #21. Remove u-boot-sunxi-with-spl-pinephone.bin at the end of the script.

This commit is contained in:
Natanael Arndt 2021-03-08 12:15:37 +01:00
parent 801d0287fc
commit c3d2741ad8
1 changed files with 1 additions and 0 deletions

View File

@ -288,6 +288,7 @@ if [ "$CUSTOM" == "" ]; then
rm -r "$UBOOT_DIR"
rm "${ROOTFS_JOB}.zip"
rm -r "$ROOTFS_DIR"
rm "u-boot-sunxi-with-spl-pinephone.bin"
fi
sudo rm -rf "$MOUNT_DATA"
sudo rm -rf "$MOUNT_BOOT"