From c31306881ceffdee8788ec214e2d918f906f66b5 Mon Sep 17 00:00:00 2001 From: zaphod-black Date: Sun, 2 Nov 2025 12:06:20 -0600 Subject: [PATCH] Fix ASCII header alignment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Simplified main header box by removing right-side borders - Fixed spacing in backup progress header - Ensures consistent display across all terminals 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- pbs-client-installer.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pbs-client-installer.sh b/pbs-client-installer.sh index 979df72..5119bc9 100755 --- a/pbs-client-installer.sh +++ b/pbs-client-installer.sh @@ -1899,7 +1899,7 @@ run_backup_now() { # Show real-time progress echo "╔════════════════════════════════════════════════════════════╗" echo "║ Backup Progress (Live) ║" - echo "║ Press Ctrl+C to exit (backup continues in background) ║" + echo "║ Press Ctrl+C to exit (backup continues in background) ║" echo "╚════════════════════════════════════════════════════════════╝" echo @@ -2120,10 +2120,10 @@ show_version() { # Main script execution main() { echo - echo "╔════════════════════════════════════════╗" - echo "║ Proxmox Backup Client Installer ║" - echo "║ Version: ${SCRIPT_VERSION} ║" - echo "╚════════════════════════════════════════╝" + echo "╔════════════════════════════════════════" + echo "║ Proxmox Backup Client Installer + echo "║ Version: ${SCRIPT_VERSION} " + echo "╚════════════════════════════════════════" echo # Create log file