]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
do not delete support tarballs in the guest vm-support script
authorVMware, Inc <>
Thu, 18 Nov 2010 21:44:12 +0000 (13:44 -0800)
committerMarcelo Vanzin <mvanzin@vmware.com>
Thu, 18 Nov 2010 21:44:12 +0000 (13:44 -0800)
Signed-off-by: Marcelo Vanzin <mvanzin@vmware.com>
open-vm-tools/scripts/common/vm-support

index b8b0fd21cbeeda7da6eb966207e9ded719c1e657..0a8452b530857c20cb252d8bc044758b66072262 100644 (file)
@@ -321,7 +321,6 @@ fi
 
 #      Clean up temporary files
 rm -rf $OUTPUT_DIR
-rm -rf $TARFILE
 
 if [ $? != 0 ]; then
        banner "$OUTPUT_DIR was not successfully removed.  Please remove manually."