1
0
mirror of https://github.com/tteck/Proxmox.git synced 2025-07-16 08:04:36 +02:00

Update scaling-governor.sh

This commit is contained in:
tteckster
2022-03-25 11:28:17 -04:00
committed by GitHub
parent 16e8edc209
commit 36eea12323

View File

@ -2,7 +2,7 @@
clear clear
set -e set -e
while true; do while true; do
read -p "Change CPU Scaling Governors. Proceed(y/n)?" yn read -p "View CPU Scaling Governors. Proceed(y/n)?" yn
case $yn in case $yn in
[Yy]* ) break;; [Yy]* ) break;;
[Nn]* ) exit;; [Nn]* ) exit;;