mirror of https://github.com/tteck/Proxmox.git
				
				
				
			Update scaling-governor.sh
This commit is contained in:
		
							parent
							
								
									16e8edc209
								
							
						
					
					
						commit
						36eea12323
					
				| 
						 | 
				
			
			@ -2,7 +2,7 @@
 | 
			
		|||
clear
 | 
			
		||||
set -e
 | 
			
		||||
while true; do
 | 
			
		||||
    read -p "Change CPU Scaling Governors. Proceed(y/n)?" yn
 | 
			
		||||
    read -p "View CPU Scaling Governors. Proceed(y/n)?" yn
 | 
			
		||||
    case $yn in
 | 
			
		||||
        [Yy]* ) break;;
 | 
			
		||||
        [Nn]* ) exit;;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue