Skip to content

Commit fa01cfd

Browse files
authored
Feature: PBS Bare Metal Installation - Allow Microcode (#2477)
1 parent 331bc0f commit fa01cfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/pbs_microcode.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ amd() {
150150
}
151151

152152
# Check if this is a Proxmox Backup Server by verifying the presence of the datastore config.
153-
if [ ! -f /etc/proxmox-backup/datastore.cfg ]; then
153+
if [ ! -f /etc/proxmox-backup/user.cfg ]; then
154154
header_info
155155
msg_error "Proxmox Backup Server not detected!"
156156
exit

0 commit comments

Comments
 (0)