aboutsummaryrefslogtreecommitdiff
path: root/scripts/test_bin-archive.sh
diff options
context:
space:
mode:
authorDavid Timber <mieabby@gmail.com>2020-01-19 13:12:29 +1100
committerDavid Timber <mieabby@gmail.com>2020-01-19 13:12:29 +1100
commitd328cbbdc256197d02ec03eef0022b4122d38bb8 (patch)
tree088f711afe755ef99c28955fab716a0752e47029 /scripts/test_bin-archive.sh
parenta9762b186c68797c19c61bf0284a80d9bc51a2ca (diff)
bin pack redesign. resolv bug fix
Diffstat (limited to 'scripts/test_bin-archive.sh')
-rwxr-xr-xscripts/test_bin-archive.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/test_bin-archive.sh b/scripts/test_bin-archive.sh
index 5d95f2c..bbf56c1 100755
--- a/scripts/test_bin-archive.sh
+++ b/scripts/test_bin-archive.sh
@@ -41,7 +41,7 @@ for arch in ${ARCH_ARR[@]}; do
fi
done
-"$PACKER" "$BIN_PACK_DIR/$BIN_PREFIX."* | pigz -z - | base64 > "$TEST_DIR/$BIN_ARCHIVE_PREFIX"
+"$PACKER" "$BIN_PACK_DIR/$BIN_PREFIX."* | base64 > "$TEST_DIR/$BIN_ARCHIVE_PREFIX"
if [ $? -ne 0 ]; then
exit 2;
fi