diff --git a/misc/scaling-governor.sh b/misc/scaling-governor.sh index 1ca70809..20138b08 100644 --- a/misc/scaling-governor.sh +++ b/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 ;;