mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
fix(DOCKER): add dos2unix conversion when generating config files (#4697)
This commit is contained in:
@@ -5,3 +5,7 @@ cp src/server/authserver/authserver.conf.dist docker/authserver/etc/authserver.c
|
||||
|
||||
cp docker/worldserver/etc/worldserver.conf.dockerdist docker/worldserver/etc/worldserver.conf
|
||||
cp docker/authserver/etc/authserver.conf.dockerdist docker/authserver/etc/authserver.conf
|
||||
|
||||
if [ $OSTYPE = msys ]; then
|
||||
dos2unix docker/worldserver/etc/* docker/authserver/etc/*
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user