diff options
author | Charadon <dev@iotib.net> | 2022-08-06 12:18:58 -0400 |
---|---|---|
committer | Charadon <dev@iotib.net> | 2022-08-06 12:18:58 -0400 |
commit | 9df670eeb430f92da25d6dd0f0c8874703e1feb0 (patch) | |
tree | 5531049ac5943dc04a4265cdc99a677acb846b40 /post.sh | |
parent | 6ec938cb04edde600e20e20980258b58231b7639 (diff) | |
download | dscip-9df670eeb430f92da25d6dd0f0c8874703e1feb0.tar.gz |
Changed some defaults, and made pid detection more portable hopefully.
Diffstat (limited to 'post.sh')
-rwxr-xr-x | post.sh | 2 |
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. # |