Update issue script
This commit is contained in:
@@ -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
|
echo
|
||||||
}; then
|
echo "Here the link to provide in your github issue : $wo_link"
|
||||||
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
|
|
||||||
fi
|
|
||||||
cd || exit 1
|
cd || exit 1
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user