From 5c0457ff875b3ad8428a3715ea549cb346e6c350 Mon Sep 17 00:00:00 2001 From: Thomas Smyth Date: Tue, 8 Dec 2020 17:32:54 +0000 Subject: [PATCH] Build readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eea4710..7caaae5 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ The following section of the configuration contains information about your Squad * `rconPort` - The RCON port of the server. * `rconPassword` - The RCON password of the server. * `logReaderMode` - `tail` will read from a local log file. `ftp` will read from a remote log file using the FTP protocol. - * `logDir` - The folder where your Squad logs are saved. Most likely will be `C:/servers/squad_server/SquadGame/Saved/Logs` + * `logDir` - The folder where your Squad logs are saved. Most likely will be `C:/servers/squad_server/SquadGame/Saved/Logs`. * `ftpPort` - The FTP port of the server. Only required for `ftp` `logReaderMode`. * `ftpUser` - The FTP user of the server. Only required for `ftp` `logReaderMode`. * `ftpPassword` - The FTP password of the server. Only required for `ftp` `logReaderMode`.