Skip to content

Commit

Permalink
fix download_package.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
empiredan committed Oct 17, 2024
1 parent dd19ced commit 37b9280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin_tools/download_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 37b9280

Please sign in to comment.