mirror of https://github.com/tteck/Proxmox.git
				
				
				
			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