diff --git a/build.sh b/build.sh index 5a25c2e..da1250a 100755 --- a/build.sh +++ b/build.sh @@ -230,9 +230,6 @@ function umount_image() { umount -d -l $DEST/image/sdcard/ losetup -d $LOOP1 losetup -d $LOOP0 - - echo "cleaning" - rm -r $DEST/image/sdcard/ } function compress_image() {