Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add .\ #2048

Merged
merged 1 commit into from
Oct 10, 2024
Merged

add .\ #2048

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading