mirror of
https://gitcode.com/GitHub_Trending/az/azerothcore-wotlk.git
synced 2026-07-12 19:53:52 +00:00
10 lines
231 B
Bash
10 lines
231 B
Bash
#!/bin/bash
|
|
|
|
AZTHSD_PATH_ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )/" && pwd )"
|
|
|
|
source $AZTHSD_PATH_ROOT"/conf/conf.sh.dist"
|
|
|
|
if [ -f $AZTHSD_PATH_ROOT"/conf/conf.sh" ]; then
|
|
source $AZTHSD_PATH_ROOT"/conf/conf.sh.dist"
|
|
fi
|