From a153da3465b071626ddc6b18db341612ec30a470 Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 8 Mar 2023 20:19:37 -0500 Subject: [PATCH] Update scaling-governor.sh menu options dynamically based on the available scaling governors --- misc/scaling-governor.sh | 111 ++++++++++----------------------------- 1 file changed, 27 insertions(+), 84 deletions(-) diff --git a/misc/scaling-governor.sh b/misc/scaling-governor.sh index edecd2c4..20138b08 100644 --- a/misc/scaling-governor.sh +++ b/misc/scaling-governor.sh @@ -5,21 +5,19 @@ # License: MIT # https://github.com/tteck/Proxmox/raw/main/LICENSE -function header_info { - cat <<"EOF" +header_info() { +clear +cat <