Update issue script

This commit is contained in:
VirtuBox 2019-10-09 17:39:55 +02:00
parent cf4f9c17b1
commit 1482cdbc10
Signed by: virtubox
GPG Key ID: 22EB296C97BAD476
1 changed files with 4 additions and 8 deletions

View File

@ -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