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