This commit is contained in:
Bob Mottram 2018-04-21 19:15:24 +01:00
parent 267bb7036f
commit f1a541cde8
1 changed files with 1 additions and 1 deletions

View File

@ -1816,7 +1816,7 @@ function performance_benchmarks {
test_drive=/dev/mmcblk0
fi
echo ''
echo $"Testing read speed from drive $test_drive"
echo $"Testing read speed of drive $test_drive"
hdparm -t $test_drive
any_key
}