mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
This commit is contained in:
parent
147d528d18
commit
dc982bc2b9
1 changed files with 2 additions and 2 deletions
|
@ -36,8 +36,8 @@ export const ManualInstructions: React.FunctionComponent<Props> = ({
|
|||
systemctl enable elastic-agent
|
||||
systemctl start elastic-agent`;
|
||||
|
||||
const windowsCommand = `.\elastic-agent enroll ${enrollArgs}
|
||||
./install-service-elastic-agent.ps1`;
|
||||
const windowsCommand = `.\\elastic-agent enroll ${enrollArgs}
|
||||
.\\install-service-elastic-agent.ps1`;
|
||||
|
||||
return (
|
||||
<>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue