summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorBarbz <BarbzYHOOL@users.noreply.github.com>2019-01-22 22:43:30 +0100
committerGitHub <noreply@github.com>2019-01-22 22:43:30 +0100
commitb41fd9587466b8fc94c2e6151b87f9b81d686042 (patch)
treeae947c006797ed6e51353ef0a39c43c4e0627002 /conf
parent71e0ad005b0191b561616c0cfecc212782e065f4 (diff)
chore(db_assembler): Changed var name (#1091)
- Added a missing "s" to the update suffix because it must match exactly the name of the updates/ directory (we have base, custom and updates) - Also changed var name in config.sh.dist (edit your config.sh if you use it) - Removed trailing spaces
Diffstat (limited to 'conf')
-rw-r--r--conf/config.sh.dist10
1 files changed, 5 insertions, 5 deletions
diff --git a/conf/config.sh.dist b/conf/config.sh.dist
index 3157bafa17..0a08448115 100644
--- a/conf/config.sh.dist
+++ b/conf/config.sh.dist
@@ -19,7 +19,7 @@ BINPATH="$AC_PATH_ROOT/env/dist"
##############################################
-# Set preferred compilers.
+# Set preferred compilers.
# To use gcc (not suggested) instead of clang change in:
# CCOMPILERC="/usr/bin/gcc"
# CCOMPILERCXX="/usr/bin/g++"
@@ -99,17 +99,17 @@ DB_WORLD_PATHS=(
)
# UPDATES
-DB_CHARACTERS_UPDATE_PATHS=(
+DB_CHARACTERS_UPDATES_PATHS=(
$SRCPATH"/data/sql/updates/db_characters/"
$SRCPATH"/data/sql/updates/pending_db_characters/"
)
-DB_AUTH_UPDATE_PATHS=(
+DB_AUTH_UPDATES_PATHS=(
$SRCPATH"/data/sql/updates/db_auth/"
$SRCPATH"/data/sql/updates/pending_db_auth/"
)
-DB_WORLD_UPDATE_PATHS=(
+DB_WORLD_UPDATES_PATHS=(
$SRCPATH"/data/sql/updates/db_world/"
$SRCPATH"/data/sql/updates/pending_db_world/"
)
@@ -158,7 +158,7 @@ DB_AUTH_CONF="MYSQL_USER='acore'; \
MYSQL_PASS='acore'; \
MYSQL_HOST='127.0.0.1';\
"
-
+
DB_WORLD_CONF="MYSQL_USER='acore'; \
MYSQL_PASS='acore'; \