mirror of
https://github.com/everett7623/nodeloc_vps_test.git
synced 2024-11-20 15:05:22 +00:00
Update Nlbench.sh
This commit is contained in:
parent
90b2807070
commit
c5732df15a
@ -486,7 +486,7 @@ generate_markdown_output() {
|
||||
local url="http://nodeloc.uukk.de/test/${filename}"
|
||||
|
||||
# 上传文件
|
||||
if curl -s -X PUT --data-binary @"$temp_output_file" "$url"; then
|
||||
if curl -H "Content-Type: text/plain; charset=utf-8" -s -X PUT --data-binary @"$temp_output_file" "$url"; then
|
||||
echo "测试结果已上传。您可以在以下链接查看:"
|
||||
echo "$url"
|
||||
echo "结果链接已保存到 $base_output_file.url"
|
||||
|
Loading…
Reference in New Issue
Block a user