Skip to content

Commit

Permalink
add .\
Browse files Browse the repository at this point in the history
  • Loading branch information
pbivic committed Oct 10, 2024
1 parent ba4a471 commit 2e5c32c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/integration/categories/endpoint/sekoiaio.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ To uninstall the agent, follow the instructions specific to your OS.
Execute the following command **as an administrator**:

```shell
agent-latest.exe uninstall
.\agent-latest.exe uninstall
```
=== "Linux"

Expand Down Expand Up @@ -296,8 +296,8 @@ To uninstall the agent, follow the instructions specific to your OS.
To remove the service, execute the following commands **as an administrator**:

```shell
agent-latest.exe -service stop
agent-latest.exe -service uninstall
.\agent-latest.exe -service stop
.\agent-latest.exe -service uninstall
```

Then, remove the folders created by the agent:
Expand Down Expand Up @@ -607,7 +607,7 @@ Please find options and arguments available for Sekoia Agent by typing
=== "Windows"

````
agent-latest.exe -h
.\agent-latest.exe -h
````

=== "Linux"
Expand All @@ -627,7 +627,7 @@ Please find options and arguments available for Sekoia Agent by typing
=== "Windows"

````
agent-latest.exe <command> [<args>]
.\agent-latest.exe <command> [<args>]
````

=== "Linux"
Expand Down

0 comments on commit 2e5c32c

Please sign in to comment.