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