Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
oooldking committed Aug 13, 2018
1 parent ab6e40f commit 76e419d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions superbench.sh
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ print_intro() {

sharetest() {
echo " Share result:" | tee -a $log
echo " $result_speed" | tee -a $log
echo " · $result_speed" | tee -a $log
log_preupload
case $1 in
'ubuntu')
Expand All @@ -603,7 +603,7 @@ sharetest() {
esac

# print result info
echo " $share_link" | tee -a $log
echo " · $share_link" | tee -a $log
next
echo ""
rm -f $log_up
Expand Down
4 changes: 2 additions & 2 deletions superbench_git.sh
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ print_intro() {

sharetest() {
echo " Share result:" | tee -a $log
echo " $result_speed" | tee -a $log
echo " · $result_speed" | tee -a $log
log_preupload
case $1 in
'ubuntu')
Expand All @@ -475,7 +475,7 @@ sharetest() {
share_link=$( curl -sF c=@- https://ptpb.pw/?u=1 < $log );;
esac

echo " $share_link" | tee -a $log
echo " · $share_link" | tee -a $log
next
echo ""
rm -f $log_up
Expand Down

0 comments on commit 76e419d

Please sign in to comment.