scripts/image: Remove release directory after creating Amlogic OTA update package

This commit is contained in:
Alex Deryskyba 2016-07-29 15:45:53 +02:00
parent 2e1ddeb80f
commit 2edb1194fc

View File

@ -453,6 +453,9 @@ fi
popd > /dev/null
# cleanup release dir
rm -rf $RELEASE_DIR
elif [ "$1" = "noobs" ]; then
RELEASE_DIR="$TARGET_IMG/${IMAGE_NAME}-$1"