Bob Mottram 6 lat temu
rodzic
commit
110c2a33e4
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      src/freedombone-controlpanel

+ 1
- 1
src/freedombone-controlpanel Wyświetl plik

@@ -1808,13 +1808,13 @@ function performance_benchmarks {
1808 1808
 
1809 1809
     if [ ! -f /sbin/hdparm ]; then
1810 1810
         apt-get -yq install hdparm
1811
-        clear
1812 1811
     fi
1813 1812
 
1814 1813
     test_drive=/dev/sda1
1815 1814
     if ls /dev/mmcblk0p2; then
1816 1815
         test_drive=/dev/mmcblk0p2
1817 1816
     fi
1817
+    clear
1818 1818
     echo ''
1819 1819
     echo $"Testing read speed of drive $test_drive"
1820 1820
     hdparm -tT $test_drive