mirror of
https://github.com/kidwellj/proxmox-scripts.git
synced 2024-12-04 21:12:23 +00:00
Updated set_cpu_governor.sh
This commit is contained in:
parent
d2aa4856d4
commit
ed30ee0a7d
|
@ -71,9 +71,12 @@ while [ $opt != '' ]
|
|||
clear
|
||||
show_menu
|
||||
;;
|
||||
7)exit;
|
||||
7) clear
|
||||
exit
|
||||
;;
|
||||
x)exit;
|
||||
x)
|
||||
clear
|
||||
exit
|
||||
;;
|
||||
\n)exit;
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue