summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2014-03-05 19:35:03 +0100
committerThomas Haller <thaller@redhat.com>2014-06-30 17:42:09 +0200
commit0689efc7689bb7da808e0848fd855dd084b64c9d (patch)
tree65769ff8eacc54523ff7892aca139e9e6a37d767
parentfe267b0fd2fb31884aeab91cd4b6de9a8d1bc42c (diff)
downloadNetworkManager-0689efc7689bb7da808e0848fd855dd084b64c9d.tar.gz
contrib/nm-live-vm: don't remove the temporary directory with the extracted VM image
Signed-off-by: Thomas Haller <thaller@redhat.com>
-rw-r--r--contrib/fedora/nm-live-vm/self-extract.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/fedora/nm-live-vm/self-extract.sh b/contrib/fedora/nm-live-vm/self-extract.sh
index 3fa29a6b4e..754e98337d 100644
--- a/contrib/fedora/nm-live-vm/self-extract.sh
+++ b/contrib/fedora/nm-live-vm/self-extract.sh
@@ -12,6 +12,6 @@ cd $NAME || exit 1
./run.sh || exit 1
-rm -rf "$TEMP"
+#rm -rf "$TEMP"
exit 0
__MARK__