[GH-ISSUE #2266] Linux agent installation script has a syntax error on line 208 #3349

Open
opened 2026-03-14 07:11:04 +03:00 by kerem · 0 comments
Owner

Originally created by @stealthyjs on GitHub (Jul 22, 2025).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/2266

Server Info (please complete the following information):

  • OS: [e.g. Ubuntu 20.04, Debian 10] Ubuntu 24.04 LTS
  • Browser: [e.g. chrome, safari] Chrome
  • RMM Version (as shown in top left of web UI): 1.2.0

Installation Method:

  • Standard
  • Standard with --insecure flag at install
  • [ X ] Docker

Agent Info (please complete the following information):

  • Agent version (as shown in the 'Summary' tab of the agent from web UI): v2.9.1
  • Agent OS: [e.g. Win 10 v2004, Server 2016] Linux (Ubuntu)

Describe the bug
A clear and concise description of what the bug is.

Agent installation fails because of the synthax error. The variable on line 208 is missing the double-quotes:

eval ${INSTALL_CMD}

should be instead:

eval "${INSTALL_CMD}"

To Reproduce
Steps to reproduce the behavior:

  1. Generate the agent installation script through the Web GUI
  2. Select Linux, Workstation, 64 bit

Expected behavior
Installation should be successful

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

Originally created by @stealthyjs on GitHub (Jul 22, 2025). Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/2266 **Server Info (please complete the following information):** - OS: [e.g. Ubuntu 20.04, Debian 10] Ubuntu 24.04 LTS - Browser: [e.g. chrome, safari] Chrome - RMM Version (as shown in top left of web UI): 1.2.0 **Installation Method:** - [ ] Standard - [ ] Standard with `--insecure` flag at install - [ X ] Docker **Agent Info (please complete the following information):** - Agent version (as shown in the 'Summary' tab of the agent from web UI): v2.9.1 - Agent OS: [e.g. Win 10 v2004, Server 2016] Linux (Ubuntu) **Describe the bug** A clear and concise description of what the bug is. Agent installation fails because of the synthax error. The variable on line 208 is missing the double-quotes: eval ${INSTALL_CMD} should be instead: eval "${INSTALL_CMD}" **To Reproduce** Steps to reproduce the behavior: 1. Generate the agent installation script through the Web GUI 2. Select Linux, Workstation, 64 bit **Expected behavior** Installation should be successful **Screenshots** If applicable, add screenshots to help explain your problem. **Additional context** Add any other context about the problem here.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tacticalrmm#3349
No description provided.