From 7a22dbfa98274c06bef6afc132b0e0f5897130a8 Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 8 Mar 2023 20:56:23 -0500 Subject: [PATCH] Update scaling-governor.sh tweak --- misc/scaling-governor.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/misc/scaling-governor.sh b/misc/scaling-governor.sh index 20138b08..1ca70809 100644 --- a/misc/scaling-governor.sh +++ b/misc/scaling-governor.sh @@ -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 ;;