This is an automated email from the ASF dual-hosted git repository.

wangdan pushed a commit to branch fix-github-zk-hadoop
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git


The following commit(s) were added to refs/heads/fix-github-zk-hadoop by this 
push:
     new 37b92808d fix download_package.sh
37b92808d is described below

commit 37b92808d99fd9509877871cbb92cc85ab6dea64
Author: Dan Wang <[email protected]>
AuthorDate: Thu Oct 17 19:28:26 2024 +0800

    fix download_package.sh
---
 admin_tools/download_package.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/admin_tools/download_package.sh b/admin_tools/download_package.sh
index e31d7e194..77e813eee 100755
--- a/admin_tools/download_package.sh
+++ b/admin_tools/download_package.sh
@@ -68,7 +68,7 @@ fi
 rm -rf "${DIR_NAME}"
 
 echo "Decompressing ${PACKAGE_NAME} ..."
-if ! tar zxf "${PACKAGE_NAME}"; then
+if ! tar xf "${PACKAGE_NAME}"; then
     echo "ERROR: decompress ${PACKAGE_NAME} failed"
     rm -f "${PACKAGE_NAME}"
     exit 1


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to