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
 | 
					clear
 | 
				
			||||||
set -e
 | 
					set -e
 | 
				
			||||||
while true; do
 | 
					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
 | 
					    case $yn in
 | 
				
			||||||
        [Yy]* ) break;;
 | 
					        [Yy]* ) break;;
 | 
				
			||||||
        [Nn]* ) exit;;
 | 
					        [Nn]* ) exit;;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue