-
Notifications
You must be signed in to change notification settings - Fork 108
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
The one-liner presented by the web portal to add a Linux host agent:
curl -fsSL https://pulse.example.com/install-host-agent.sh | bash -s -- --url https://pulse.example.com --token 143xxxe68 --interval 30s,
fails upon execution on a Debian Trixie VM with the error:
bash: line 455: validate_agent_binary_executable: command not found
Environment:
- Pulse Version: 4.32.4
- Installation Type: Docker
- Target Host Kernel: 6.12.57+deb13-amd64
- Target OS: Debian Trixie
- Bash: 5.2.37(1)-release
Solution
editing the script and moving the function definition of "validate_agent_binary_executable" before the call, fixed the issue.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working