mirror of
https://github.com/araxiaonline/mod-azerothshard.git
synced 2026-06-13 09:42:25 -04:00
10 lines
239 B
Bash
10 lines
239 B
Bash
#!/usr/bin/env 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
|