mirror of
https://github.com/tteck/Proxmox.git
synced 2024-11-17 11:56:20 +00:00
Update scaling-governor.sh
This commit is contained in:
parent
cf1f174174
commit
bfadcb1c09
@ -57,8 +57,8 @@ show_menu() {
|
|||||||
}
|
}
|
||||||
clear
|
clear
|
||||||
show_menu
|
show_menu
|
||||||
while [ $opt != '' ]; do
|
while [ "$opt" != "" ]; do
|
||||||
if [ $opt = '' ]; then
|
if [ "$opt" = "" ]; then
|
||||||
exit
|
exit
|
||||||
else
|
else
|
||||||
case $opt in
|
case $opt in
|
||||||
|
Loading…
Reference in New Issue
Block a user