Compare commits

...

1 Commits

Author SHA1 Message Date
Natanael Arndt c3d2741ad8 Fix #21. Remove u-boot-sunxi-with-spl-pinephone.bin at the end of the script. 2021-03-08 12:15:37 +01:00
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"