mirror of
https://github.com/kidwellj/proxmox-scripts.git
synced 2025-06-24 19:04:09 +00:00
Updated set_cpu_governor.sh
This commit is contained in:
parent
d2aa4856d4
commit
ed30ee0a7d
1 changed files with 5 additions and 2 deletions
|
@ -71,9 +71,12 @@ while [ $opt != '' ]
|
|||
clear
|
||||
show_menu
|
||||
;;
|
||||
7)exit;
|
||||
7) clear
|
||||
exit
|
||||
;;
|
||||
x)exit;
|
||||
x)
|
||||
clear
|
||||
exit
|
||||
;;
|
||||
\n)exit;
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue