Fix ASCII header alignment

- 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 <noreply@anthropic.com>
This commit is contained in:
zaphod-black 2025-11-02 12:06:20 -06:00
parent 15fda585d1
commit c31306881c

View file

@ -1899,7 +1899,7 @@ run_backup_now() {
# Show real-time progress # Show real-time progress
echo "╔════════════════════════════════════════════════════════════╗" echo "╔════════════════════════════════════════════════════════════╗"
echo "║ Backup Progress (Live) ║" 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 "╚════════════════════════════════════════════════════════════╝"
echo echo
@ -2120,10 +2120,10 @@ show_version() {
# Main script execution # Main script execution
main() { main() {
echo echo
echo "╔════════════════════════════════════════" echo "╔════════════════════════════════════════"
echo "║ Proxmox Backup Client Installer ║" echo "║ Proxmox Backup Client Installer
echo "║ Version: ${SCRIPT_VERSION} " echo "║ Version: ${SCRIPT_VERSION} "
echo "╚════════════════════════════════════════" echo "╚════════════════════════════════════════"
echo echo
# Create log file # Create log file