Update travis

This commit is contained in:
VirtuBox
2019-10-09 15:24:12 +02:00
parent 8ac269b197
commit 8d47374c2a

View File

@@ -21,7 +21,7 @@ if [ -z "$1" ]; then
fi
exit_script() {
curl --progress-bar --upload-file /var/log/wo/wordops.log https://transfer.vtbox.net/"$(basename wordops.log)" && echo ""
curl --progress-bar --upload-file /var/log/wo/wordops.log https://transfer.vtbox.net/"$(basename wordops.txt)" && echo ""
exit 1
}