Update scaling-governor.sh

This commit is contained in:
tteckster 2022-03-27 03:09:40 -04:00 committed by GitHub
parent c57f10b90b
commit 457053041b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ show_menu(){
header_info
CK=$(uname -r)
IP=$(hostname -I)
MAC=$(cat /sys/class/net/eno1/address)
# MAC=$(cat /sys/class/net/eno1/address)
ACSG=$(cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors)
CCSG=$(cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor)
echo -e "${YW}Proxmox IP ${BL}${IP}${CL}"