mirror of https://github.com/tteck/Proxmox.git
Update scaling-governor.sh
This commit is contained in:
parent
ed7c357edb
commit
81ff6dbfd6
|
@ -1,5 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -e
|
set -e
|
||||||
|
clear
|
||||||
while true; do
|
while true; do
|
||||||
read -p "Change CPU Scaling Governors. Proceed(y/n)?" yn
|
read -p "Change CPU Scaling Governors. Proceed(y/n)?" yn
|
||||||
case $yn in
|
case $yn in
|
||||||
|
|
Loading…
Reference in New Issue