From 718b4bd7f0eda2640d47a331a62173ace97ea339 Mon Sep 17 00:00:00 2001 From: zaphod-black Date: Sun, 2 Nov 2025 18:39:43 -0600 Subject: [PATCH] Fix syntax error in header - add missing closing quotes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Added missing closing quotes on header lines 2124 and 2125 - Resolves "syntax error near unexpected token ')'" error 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- pbs-client-installer.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pbs-client-installer.sh b/pbs-client-installer.sh index 5119bc9..ceccef7 100755 --- a/pbs-client-installer.sh +++ b/pbs-client-installer.sh @@ -2121,8 +2121,8 @@ show_version() { main() { echo echo "╔════════════════════════════════════════" - echo "║ Proxmox Backup Client Installer - echo "║ Version: ${SCRIPT_VERSION} " + echo "║ Proxmox Backup Client Installer" + echo "║ Version: ${SCRIPT_VERSION}" echo "╚════════════════════════════════════════" echo