Explorar el Código

Update scaling-governor.sh

revert 7a22dbf
tteckster hace 2 años
padre
commit
de020b93af
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      misc/scaling-governor.sh

+ 1 - 0
misc/scaling-governor.sh

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