mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[GH-ISSUE #2266] Linux agent installation script has a syntax error on line 208 #3349
Labels
No labels
In Process
bug
bug
dev-triage
documentation
duplicate
enhancement
fixed
good first issue
help wanted
integration
invalid
pull-request
question
requires agent update
security
ui tweak
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm#3349
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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):
Installation Method:
--insecureflag at installAgent Info (please complete the following information):
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:
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.