mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-11 18:04:38 +00:00
Feature: PBS Bare Metal Installation - Allow Microcode (#2477)
This commit is contained in:
parent
331bc0f5a6
commit
fa01cfd840
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue