mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 02:12:49 +00:00 
			
		
		
		
	Fix broken build.func (#736)
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							c056dd97ea
						
					
				
				
					commit
					ae120c1e23
				
			@@ -504,7 +504,7 @@ install_script() {
 | 
			
		||||
 | 
			
		||||
check_container_resources() {
 | 
			
		||||
  # Check actual RAM & Cores
 | 
			
		||||
  current_ram=$free -m | awk 'NR==2{print $2}')
 | 
			
		||||
  current_ram=$(free -m | awk 'NR==2{print $2}')
 | 
			
		||||
  current_cpu=$(nproc) 
 | 
			
		||||
 | 
			
		||||
  # Check whether the current RAM is less than the required RAM or the CPU cores are less than required
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user