fix(BASH/Compiler): error in if condition (#5983)

This commit is contained in:
Patrick Lewis
2021-05-30 13:43:31 -07:00
committed by GitHub
parent 75c1e61320
commit 637041598f

View File

@@ -95,7 +95,7 @@ function comp_compile() {
cd $CWD
if [ $DOCKER = 1 ]; then
if [[ $DOCKER = 1 ]]; then
echo "Generating confs..."
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"