From de020b93afd4d73e44bcb22b2dfb83746dec904d Mon Sep 17 00:00:00 2001 From: tteckster Date: Thu, 9 Mar 2023 03:40:38 -0500 Subject: [PATCH] Update scaling-governor.sh revert 7a22dbf --- misc/scaling-governor.sh | 1 + 1 file changed, 1 insertion(+) 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 ;;