Selaa lähdekoodia

Update scaling-governor.sh

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

+ 1 - 0
misc/scaling-governor.sh

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