fix(BASH): cp docker configs (#5536)

* fix(BASH): cp docker configs

* fix(DOCKER): typo
This commit is contained in:
Patrick Lewis
2021-04-29 01:31:17 -07:00
committed by GitHub
parent a92293c2fd
commit e02d5f4ae4
2 changed files with 3 additions and 3 deletions

View File

@@ -5,8 +5,8 @@ cd /azerothcore
bash acore.sh compiler build
echo "Generating confs..."
cp -n "env/docker/etc/worldserver.conf.dockerdist" "env/dist/etc/worldserver.conf"
cp -n "env/docker/etc/authserver.conf.dockerdist" "env/dist/etc/authserver.conf"
cp -n "env/dist/etc/worldserver.conf.dockerdist" "env/dist/etc/worldserver.conf"
cp -n "env/dist/etc/authserver.conf.dockerdist" "env/dist/etc/authserver.conf"
echo "Fixing EOL..."
# using -n (new file mode) should also fix the issue