Selaa lähdekoodia

Update scaling-governor.sh

tweak
tteckster 2 vuotta sitten
vanhempi
commit
7a22dbfa98
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0 1
      misc/scaling-governor.sh

+ 0 - 1
misc/scaling-governor.sh

@@ -17,7 +17,6 @@ Scaling Governors
 EOF
 }
 while true; do
-    header_info
     read -p "View CPU Scaling Governors. Proceed(y/n)?" yn
     case $yn in
     [Yy]*) break ;;