Proxmox Backup Server Renaming and Update fix (#2012)

* Remaned PBS to long name Proxmox Backup Server and fixed install check

* Fix Name
This commit is contained in:
Thorsten
2025-02-04 13:22:57 +01:00
committed by GitHub
parent de45527d45
commit 0e5f663df5
3 changed files with 12 additions and 10 deletions

View File

@ -16,7 +16,7 @@ cat <<"EOF"
EOF
}
header_info
APP="PBS"
APP="Proxmox-Backup-Server"
var_tags="backup"
var_cpu="2"
var_ram="2048"
@ -37,7 +37,7 @@ function update_script() {
header_info
check_container_storage
check_container_resources
if [[ ! -d /var ]]; then msg_error "No ${APP} Installation Found!"; exit; fi
if [[ ! -e /usr/sbin/proxmox-backup-manager ]]; then msg_error "No ${APP} Installation Found!"; exit; fi
msg_info "Updating $APP LXC"
apt-get update &>/dev/null
apt-get -y upgrade &>/dev/null