From c3d2741ad82f823ccf258cf0a96f22efc4c998cf Mon Sep 17 00:00:00 2001 From: Natanael Arndt Date: Mon, 8 Mar 2021 12:15:37 +0100 Subject: [PATCH] Fix #21. Remove u-boot-sunxi-with-spl-pinephone.bin at the end of the script. --- flash-it.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/flash-it.sh b/flash-it.sh index e0ccb63..17e8774 100755 --- a/flash-it.sh +++ b/flash-it.sh @@ -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"