about summary refs log tree commit diff stats
path: root/post.sh
diff options
context:
space:
mode:
authorCharadon <dev@iotib.net>2022-08-06 12:18:58 -0400
committerCharadon <dev@iotib.net>2022-08-06 12:18:58 -0400
commit9df670eeb430f92da25d6dd0f0c8874703e1feb0 (patch)
tree5531049ac5943dc04a4265cdc99a677acb846b40 /post.sh
parent6ec938cb04edde600e20e20980258b58231b7639 (diff)
downloaddscip-9df670eeb430f92da25d6dd0f0c8874703e1feb0.tar.gz
Changed some defaults, and made pid detection more portable hopefully.
Diffstat (limited to 'post.sh')
-rwxr-xr-xpost.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/post.sh b/post.sh
index 307aa5a..9ad6292 100755
--- a/post.sh
+++ b/post.sh
@@ -6,7 +6,7 @@ set -eu
 # Example below. #
 
 # TAR up the program.                                                          #
-bsdtar --options xz:compression-level=9 -a -cf \
+bsdtar -a -cf \
 $DSCIP_NAME-$(uname)-$(uname -r)_$(uname -m)-$CURRENT_COMMIT.tar.xz app/
 
 # Send the artifacts to an FTP server.                                         #