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:
parent
c31306881c
commit
718b4bd7f0
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue