Skip to content

Linux agent installation script has a syntax error on line 208 #2266

@stealthyjs

Description

@stealthyjs

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions