diff options
| author | Nariman <nariman.poushin@gmail.com> | 2023-02-24 22:51:56 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-24 23:51:56 +0100 |
| commit | 934846c109c88c9bf4c60c21ea29933bb022e56f (patch) | |
| tree | a7a007420d89df5aa165514c007a1479036c9d10 | |
| parent | 92b70452e18302ef3ea339b94505e44eebf2c4ba (diff) | |
| download | wiki-934846c109c88c9bf4c60c21ea29933bb022e56f.tar.gz wiki-934846c109c88c9bf4c60c21ea29933bb022e56f.tar.bz2 wiki-934846c109c88c9bf4c60c21ea29933bb022e56f.zip | |
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.
| -rw-r--r-- | docs/ac-dashboard-core-installation.md | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
