Update issue script

This commit is contained in:
VirtuBox
2019-10-09 17:39:55 +02:00
parent cf4f9c17b1
commit 1482cdbc10

View File

@@ -14,13 +14,9 @@
if [ -f /var/log/wo/wordops.log ]; then if [ -f /var/log/wo/wordops.log ]; then
cd /var/log/wo/ || exit 1 cd /var/log/wo/ || exit 1
if { wo_link=$(curl -sL --upload-file wordops.log https://transfer.vtbox.net/wordops.txt)
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
echo "Here the link to provide in your github issue : $wo_link" echo "Here the link to provide in your github issue : $wo_link"
echo echo
fi
cd || exit 1 cd || exit 1
fi fi