RustDesk Server install script unexpected EOF error #722

Closed
opened 2026-02-04 21:06:53 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @oktay-sen on GitHub (Apr 1, 2025).

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

RustDesk Server

📂 What was the exact command used to execute the script?

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/rustdeskserver.sh)"

📝 Provide a clear and concise description of the issue.

I get a bash: -c: line 65: unexpected EOF while looking for matching "'` error when I try running the RustDesk install script.

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

No response

🔄 Steps to reproduce the issue.

Simply run the install script.

Paste the full error output (if available).

    ____             __  ____            __      _____                          
   / __ \__  _______/ /_/ __ \___  _____/ /__   / ___/___  ______   _____  _____
  / /_/ / / / / ___/ __/ / / / _ \/ ___/ //_/   \__ \/ _ \/ ___/ | / / _ \/ ___/
 / _, _/ /_/ (__  ) /_/ /_/ /  __(__  ) ,<     ___/ /  __/ /   | |/ /  __/ /    
/_/ |_|\__,_/____/\__/_____/\___/____/_/|_|   /____/\___/_/    |___/\___/_/     
                                                                                
bash: -c: line 65: unexpected EOF while looking for matching `"'

🖼️ Additional context (optional).

I'm using Proxmox 8.3.5, in case it's relevant.

Things I tried:

  • Download the script with wget, chmod +x, then run. Same error.
  • Try running it in a different Proxmox instance (8.3.2), same error.
  • Try running it in an LXC, same error.
  • Try running a different install script, other scripts do work.
  • Look at the script with syntax highlighting, no obvious unclosed quotes.
  • Count the number of quotes: It's an even number.
Originally created by @oktay-sen on GitHub (Apr 1, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? RustDesk Server ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/rustdeskserver.sh)" ### 📝 Provide a clear and concise description of the issue. I get a `bash: -c: line 65: unexpected EOF while looking for matching `"'` error when I try running the RustDesk install script. ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? _No response_ ### 🔄 Steps to reproduce the issue. Simply run the install script. ### ❌ Paste the full error output (if available). ``` ____ __ ____ __ _____ / __ \__ _______/ /_/ __ \___ _____/ /__ / ___/___ ______ _____ _____ / /_/ / / / / ___/ __/ / / / _ \/ ___/ //_/ \__ \/ _ \/ ___/ | / / _ \/ ___/ / _, _/ /_/ (__ ) /_/ /_/ / __(__ ) ,< ___/ / __/ / | |/ / __/ / /_/ |_|\__,_/____/\__/_____/\___/____/_/|_| /____/\___/_/ |___/\___/_/ bash: -c: line 65: unexpected EOF while looking for matching `"' ``` ### 🖼️ Additional context (optional). I'm using Proxmox 8.3.5, in case it's relevant. Things I tried: * Download the script with `wget`, `chmod +x`, then run. Same error. * Try running it in a different Proxmox instance (8.3.2), same error. * Try running it in an LXC, same error. * Try running a different install script, other scripts do work. * Look at the script with syntax highlighting, no obvious unclosed quotes. * Count the number of quotes: It's an even number.
OVERLORD added the bug label 2026-02-04 21:06:53 +03:00
Author
Owner

@MickLesk commented on GitHub (Apr 1, 2025):

Fixed with
24a5442e44

See here: https://github.com/community-scripts/ProxmoxVE/discussions/3550

@MickLesk commented on GitHub (Apr 1, 2025): Fixed with https://github.com/community-scripts/ProxmoxVE/commit/24a5442e449bb338013cf14c1d83c6eb00a3983d See here: https://github.com/community-scripts/ProxmoxVE/discussions/3550
Author
Owner

@oktay-sen commented on GitHub (Apr 1, 2025):

Can confirm it works now, thanks!

@oktay-sen commented on GitHub (Apr 1, 2025): Can confirm it works now, thanks!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#722