Skip to content

Commit

Permalink
v6.18
Browse files Browse the repository at this point in the history
+ Fix
  • Loading branch information
Daniel Knight committed Oct 28, 2018
1 parent 5895363 commit 58f8db8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .meta/dietpi-survey_report
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,7 @@
for (( j=0; j<${aBENCH_LAN_INDEX[$i]}; j++ ))
do

#CPU
#LAN
# echo "aBENCH_NET_LAN_SPEED[$i,$j] ${aBENCH_NET_LAN_SPEED[$i,$j]}"
if (( ${aBENCH_NET_LAN_SPEED[$i,$j]} < ${aBENCH_RESULT_NET_LAN_SPEED_MIN[$i]} )); then

Expand Down Expand Up @@ -1081,7 +1081,7 @@
</td>
</tr>
$(for i in "${!aBENCH_LAN_INDEX[@]}"; do echo "<tr><td>${aHW_NAME[$i]:=$i}</td> <td>${aBENCH_LAN_INDEX[$i]}</td> <td>${aBENCH_RESULT_NET_LAN_SPEED_AVG[$i]}</td> <td>${aBENCH_RESULT_NET_LAN_SPEED_MIN[$i]}</td> <td>${aBENCH_RESULT_NET_LAN_SPEED_MAX[$i]}</td> </tr>"; done | sort -nk 1 -t ' ')
$(for i in "${!aBENCH_LAN_INDEX[@]}"; do echo "<tr><td>${aHW_NAME[$i]:=$i}</td> <td>${aBENCH_LAN_INDEX[$i]}</td> <td>${aBENCH_RESULT_NET_LAN_SPEED_AVG[$i]}</td> <td>${aBENCH_RESULT_NET_LAN_SPEED_MAX[$i]}</td> <td>${aBENCH_RESULT_NET_LAN_SPEED_MIN[$i]}</td> </tr>"; done | sort -nk 1 -t ' ')
</table>
</body>
Expand Down

0 comments on commit 58f8db8

Please sign in to comment.