We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 331bc0f commit fa01cfdCopy full SHA for fa01cfd
misc/pbs_microcode.sh
@@ -150,7 +150,7 @@ amd() {
150
}
151
152
# 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
+if [ ! -f /etc/proxmox-backup/user.cfg ]; then
154
header_info
155
msg_error "Proxmox Backup Server not detected!"
156
exit
0 commit comments