From 2e5c32c9ffce0526400d12e4492b89461125800b Mon Sep 17 00:00:00 2001 From: Bivic Date: Thu, 10 Oct 2024 10:01:16 +0200 Subject: [PATCH] add .\ --- docs/integration/categories/endpoint/sekoiaio.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/integration/categories/endpoint/sekoiaio.md b/docs/integration/categories/endpoint/sekoiaio.md index cf9a69659e..b0da995101 100644 --- a/docs/integration/categories/endpoint/sekoiaio.md +++ b/docs/integration/categories/endpoint/sekoiaio.md @@ -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" @@ -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: @@ -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" @@ -627,7 +627,7 @@ Please find options and arguments available for Sekoia Agent by typing === "Windows" ```` - agent-latest.exe [] + .\agent-latest.exe [] ```` === "Linux"