Fix syntax error in header - add missing closing quotes

- 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 <noreply@anthropic.com>
This commit is contained in:
zaphod-black 2025-11-02 18:39:43 -06:00
parent c31306881c
commit 718b4bd7f0

View file

@ -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