mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
8 lines
388 B
Bash
Executable File
8 lines
388 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
cp src/server/worldserver/worldserver.conf.dist docker/worldserver/etc/worldserver.conf.dist
|
|
cp src/server/authserver/authserver.conf.dist docker/authserver/etc/authserver.conf.dist
|
|
|
|
cp docker/worldserver/etc/worldserver.conf.dockerdist docker/worldserver/etc/worldserver.conf
|
|
cp docker/authserver/etc/authserver.conf.dockerdist docker/authserver/etc/authserver.conf
|