clear sequence
This commit is contained in:
parent
38c0fc7673
commit
110c2a33e4
|
@ -1808,13 +1808,13 @@ function performance_benchmarks {
|
|||
|
||||
if [ ! -f /sbin/hdparm ]; then
|
||||
apt-get -yq install hdparm
|
||||
clear
|
||||
fi
|
||||
|
||||
test_drive=/dev/sda1
|
||||
if ls /dev/mmcblk0p2; then
|
||||
test_drive=/dev/mmcblk0p2
|
||||
fi
|
||||
clear
|
||||
echo ''
|
||||
echo $"Testing read speed of drive $test_drive"
|
||||
hdparm -tT $test_drive
|
||||
|
|
Loading…
Reference in New Issue