mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
fix(BASH/Compiler): error in if condition (#5983)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user