Browse Source

Update scaling-governor.sh

revert 7a22dbf
tteckster 2 years ago
parent
commit
de020b93af
1 changed files with 1 additions and 0 deletions
  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 ;;