Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
91yun committed May 30, 2017
1 parent a8acd1b commit cff8876
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ done
#上传文件
updatefile()
{
resultstr=$(curl -s -T ${dir}/$logfilename "http://test.91yun.org/logfileupload.php")
resultstr=$(curl -s -T ${dir}/$logfilename "https://test.91yun.org/logfileupload.php")
echo -e $resultstr | tee -a ${dir}/$logfilename
}
updatefile
Expand Down
2 changes: 1 addition & 1 deletion test_91yun.sh
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ benchtest()
#上传文件
updatefile()
{
resultstr=$(curl -s -T $logfilename "http://test.91yun.org/logfileupload.php")
resultstr=$(curl -s -T $logfilename "https://test.91yun.org/logfileupload.php")
echo -e $resultstr | tee -a $logfilename
}
Expand Down

0 comments on commit cff8876

Please sign in to comment.