mirror of https://github.com/tteck/Proxmox.git
Update scaling-governor.sh
This commit is contained in:
parent
c57f10b90b
commit
457053041b
|
@ -30,7 +30,7 @@ show_menu(){
|
||||||
header_info
|
header_info
|
||||||
CK=$(uname -r)
|
CK=$(uname -r)
|
||||||
IP=$(hostname -I)
|
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)
|
ACSG=$(cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors)
|
||||||
CCSG=$(cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor)
|
CCSG=$(cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor)
|
||||||
echo -e "${YW}Proxmox IP ${BL}${IP}${CL}"
|
echo -e "${YW}Proxmox IP ${BL}${IP}${CL}"
|
||||||
|
|
Loading…
Reference in New Issue