From 1482cdbc106e3445dd4743523df82259cf6ff5b8 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Wed, 9 Oct 2019 17:39:55 +0200 Subject: [PATCH] Update issue script --- tests/issue.sh | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/tests/issue.sh b/tests/issue.sh index 61bf57e..72f0556 100644 --- a/tests/issue.sh +++ b/tests/issue.sh @@ -14,13 +14,9 @@ if [ -f /var/log/wo/wordops.log ]; then cd /var/log/wo/ || exit 1 - if { - tar -I pigz -cf wordops.tar.gz wordops.log - }; then - wo_link=$(curl -sL --upload-file wordops.tar.gz https://transfer.sh/wordops.tar.gz) - echo - echo "Here the link to provide in your github issue : $wo_link" - echo - fi + wo_link=$(curl -sL --upload-file wordops.log https://transfer.vtbox.net/wordops.txt) + echo + echo "Here the link to provide in your github issue : $wo_link" + echo cd || exit 1 fi