Update scaling-governor.sh

revert 7a22dbf
This commit is contained in:
tteckster 2023-03-09 03:40:38 -05:00 committed by GitHub
parent 7a22dbfa98
commit de020b93af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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 ;;