From fa01cfd84080de6c5bba794d29cfd5bf067fa154 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 18 Feb 2025 20:29:48 +0100 Subject: [PATCH] Feature: PBS Bare Metal Installation - Allow Microcode (#2477) --- misc/pbs_microcode.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/pbs_microcode.sh b/misc/pbs_microcode.sh index 5e94a223c..f3b88fde8 100644 --- a/misc/pbs_microcode.sh +++ b/misc/pbs_microcode.sh @@ -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