From: VMware, Inc <> Date: Thu, 18 Nov 2010 21:44:12 +0000 (-0800) Subject: do not delete support tarballs in the guest vm-support script X-Git-Tag: 2010.11.17-327185~57 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5035cb06e932d4e18efe9806484ceae598bfffea;p=thirdparty%2Fopen-vm-tools.git do not delete support tarballs in the guest vm-support script Signed-off-by: Marcelo Vanzin --- diff --git a/open-vm-tools/scripts/common/vm-support b/open-vm-tools/scripts/common/vm-support index b8b0fd21c..0a8452b53 100644 --- a/open-vm-tools/scripts/common/vm-support +++ b/open-vm-tools/scripts/common/vm-support @@ -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."