mirror of
				https://github.com/oSoWoSo/DistroHopper.git
				synced 2024-08-14 22:46:53 +00:00 
			
		
		
		
	Vars refactor: Replace allcores with CORES_HOST
This commit is contained in:
		
							parent
							
								
									bd987f55d2
								
							
						
					
					
						commit
						62b6286564
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		
							
								
								
									
										6
									
								
								quickemu
									
										
									
									
									
								
							
							
						
						
									
										6
									
								
								quickemu
									
										
									
									
									
								
							|  | @ -191,10 +191,10 @@ function vm_boot() { | |||
|   fi | ||||
| 
 | ||||
|   local cores="1" | ||||
|   local allcores=$(nproc --all) | ||||
|   if [ ${allcores} -ge 8 ]; then | ||||
|   local CORES_HOST=$(nproc --all) | ||||
|   if [ ${CORES_HOST} -ge 8 ]; then | ||||
|     cores="4" | ||||
|   elif [ ${allcores} -ge 4 ]; then | ||||
|   elif [ ${CORES_HOST} -ge 4 ]; then | ||||
|     cores="2" | ||||
|   fi | ||||
|   echo " - CPU:      ${cores} Core(s)" | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue