mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 10:22:50 +00:00 
			
		
		
		
	Feature: PBS Bare Metal Installation - Allow Microcode (#2477)
This commit is contained in:
		@@ -150,7 +150,7 @@ amd() {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Check if this is a Proxmox Backup Server by verifying the presence of the datastore config.
 | 
					# Check if this is a Proxmox Backup Server by verifying the presence of the datastore config.
 | 
				
			||||||
if [ ! -f /etc/proxmox-backup/datastore.cfg ]; then
 | 
					if [ ! -f /etc/proxmox-backup/user.cfg ]; then
 | 
				
			||||||
  header_info
 | 
					  header_info
 | 
				
			||||||
  msg_error "Proxmox Backup Server not detected!"
 | 
					  msg_error "Proxmox Backup Server not detected!"
 | 
				
			||||||
  exit
 | 
					  exit
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user