Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CarnetApp/CarnetNextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhie <phie@phie.ovh>2018-09-23 19:42:01 +0300
committerPhie <phie@phie.ovh>2018-09-23 19:42:01 +0300
commit93661f51f45fa017ca26ba8473e2ca471b5d470e (patch)
tree7b3073e9bdf9bbdf9a6dd1afb81022bc42cfd141 /release.sh
parentcfc4b7829b6893e5e4a5273805126d1331128fa4 (diff)
oops was a xz
Diffstat (limited to 'release.sh')
-rwxr-xr-xrelease.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/release.sh b/release.sh
index c8212ea..a77ee09 100755
--- a/release.sh
+++ b/release.sh
@@ -43,7 +43,7 @@ fi
# archive creation + signing
zip -r "$cur""/$zip_name" *
- tar cfJ "$cur""/$tar_name" *
+ tar zcvf "$cur""/$tar_name" *
cd "$cur"
rm ../CarnetNextcloudTmp -R
# temporary setup destruction