Explorar el Código

Update scaling-governor.sh

tweak
tteckster hace 2 años
padre
commit
7a22dbfa98
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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 ;;