contrib/nm-live-vm: don't remove the temporary directory with the extracted VM image

Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
Thomas Haller 2014-03-05 19:35:03 +01:00
parent fe267b0fd2
commit 0689efc768

View file

@ -12,6 +12,6 @@ cd $NAME || exit 1
./run.sh || exit 1
rm -rf "$TEMP"
#rm -rf "$TEMP"
exit 0
__MARK__