Update scaling-governor.sh

tweak
This commit is contained in:
tteckster 2023-03-08 20:56:23 -05:00 committed by GitHub
parent 65d6956819
commit 7a22dbfa98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

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