From ba8146e491f7744166f1936f47043ccfa113a7b1 Mon Sep 17 00:00:00 2001 From: Daniel Ceregatti Date: Sat, 15 Oct 2022 17:07:44 -0700 Subject: [PATCH] Fix docs. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc7c2b7..bcde716 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ The server doesn't always exit when stopping it (SIGINT). When this happens, it' docker compose exec main dayzserver force ``` -When the server does not exit cleanly, i.e. exit code 0, the container also stops. Otherwise, the server will be started again. +When the server exits cleanly, i.e. exit code 0, the container also stops. Otherwise, a crash is presumed, and the server will be restarted. ### Workshop - Add / List / Remove / Update mods