Update title bar from "Installer" to "Tool"
- Changed header from "Proxmox Backup Client Installer" to "Proxmox PBSClient Tool" - Better reflects the multi-purpose nature of the tool (not just installation) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
19cee4c6ce
commit
e5a4b7abf4
1 changed files with 1 additions and 1 deletions
|
|
@ -2121,7 +2121,7 @@ show_version() {
|
||||||
main() {
|
main() {
|
||||||
echo
|
echo
|
||||||
echo "╔════════════════════════════════════════"
|
echo "╔════════════════════════════════════════"
|
||||||
echo "║ Proxmox Backup Client Installer"
|
echo "║ Proxmox PBSClient Tool"
|
||||||
echo "║ Version: ${SCRIPT_VERSION}"
|
echo "║ Version: ${SCRIPT_VERSION}"
|
||||||
echo "╚════════════════════════════════════════"
|
echo "╚════════════════════════════════════════"
|
||||||
echo
|
echo
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue