-
-
Notifications
You must be signed in to change notification settings - Fork 523
Open
Description
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:
- Generate the agent installation script through the Web GUI
- 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
Labels
No labels