Feature: PBS Bare Metal Installation - Allow Microcode (#2477)

This commit is contained in:
CanbiZ 2025-02-18 20:29:48 +01:00 committed by GitHub
parent 331bc0f5a6
commit fa01cfd840
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -150,7 +150,7 @@ amd() {
}
# 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
msg_error "Proxmox Backup Server not detected!"
exit