fix(DOCKER): add dos2unix conversion when generating config files (#4697)
This commit is contained in:
parent
e59041ddb1
commit
db6018aa38
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue