Files
azerothcore-wotlk-pbot/bin/compiler/includes/common.sh

6 lines
155 B
Bash

source "./config.sh.dist" # "hack" to avoid missing conf variables
if [ -f "./config.sh" ]; then
source "./config.sh" # should overwrite previous
fi