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

Closed
white-gecko wants to merge 1 commits from white-gecko/feature/cleanUpUBoot into master
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"