From 934846c109c88c9bf4c60c21ea29933bb022e56f Mon Sep 17 00:00:00 2001 From: Nariman Date: Fri, 24 Feb 2023 22:51:56 +0000 Subject: ac-dashboard-core-install: Fix conf file section (#871) The current worldserver and authserver fails to load if you don't have the worldserver.conf and authserver.conf. The ./acore run-{world,auth}server commands also gets stuck in an infinite loop and bails (nice check!) due to worldserver and authserver returning a non-zero exit value. This was required to make this work under Ubuntu on WSL2 running on Windows 11. --- docs/ac-dashboard-core-installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/ac-dashboard-core-installation.md b/docs/ac-dashboard-core-installation.md index cb9089c..0b4c080 100644 --- a/docs/ac-dashboard-core-installation.md +++ b/docs/ac-dashboard-core-installation.md @@ -79,9 +79,9 @@ Get the latest client data: ./acore.sh client-data ``` -### Server config files (optional) +### Server config files -create these 2 files if you want to change the default configurations of the server +create these 2 files. They contain the default configuration for the worldserver and authserver, if you don't wish to modify simply copying them is enough. #### Linux and Mac -- cgit