From 99be50ebc6219a60bccc0818482f6a4e34d096f8 Mon Sep 17 00:00:00 2001 From: Maximilian Eibl Date: Fri, 4 Sep 2026 15:51:37 +0200 Subject: [PATCH] Update Server.py reference to src/Server.py in forwarder deployment READMEs --- out/linux_client/README.md | 2 +- out/win_client/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/out/linux_client/README.md b/out/linux_client/README.md index a5bdd84..09cfed3 100644 --- a/out/linux_client/README.md +++ b/out/linux_client/README.md @@ -22,7 +22,7 @@ Standalone compiled binary distribution for Linux edge servers running systemd. Run the following command on your central LOGAR server to export a client bundle tailored for your environment: ```bash -python Server.py --create-client-config --server-host --server-port 9443 --client-out client_config.json +python src/Server.py --create-client-config --server-host --server-port 9443 --client-out client_config.json ``` - Replace `` with the reachable IP address or FQDN of your central LOGAR server hub. diff --git a/out/win_client/README.md b/out/win_client/README.md index eb223ca..fcfe04c 100644 --- a/out/win_client/README.md +++ b/out/win_client/README.md @@ -22,7 +22,7 @@ Standalone compiled executable distribution for Windows Server and workstation e Run the following command on your central LOGAR server to export a client bundle tailored for your environment: ```bash -python Server.py --create-client-config --server-host --server-port 9443 --client-out client_config.json +python src/Server.py --create-client-config --server-host --server-port 9443 --client-out client_config.json ``` - Replace `` with the reachable IP address or FQDN of your central LOGAR server hub.