mirror of
				https://github.com/bashclub/zamba-lxc-toolbox.git
				synced 2025-11-04 16:12:27 +01:00 
			
		
		
		
	Fix cpu cores
This commit is contained in:
		@@ -131,7 +131,7 @@ fi
 | 
			
		||||
echo "Will now create LXC Container $LXC_NBR!";
 | 
			
		||||
 | 
			
		||||
if [ $LXC_THREADS -gt 0 ]; then
 | 
			
		||||
  LXC_CORES=--cores$LXC_THREADS
 | 
			
		||||
  LXC_CORES=--cores\ $LXC_THREADS
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
# Create the container
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user