mirror of
https://github.com/uprightbass360/AzerothCore-RealmMaster.git
synced 2026-01-13 00:58:34 +00:00
sets module rebuild path automatically
This commit is contained in:
@@ -79,7 +79,8 @@ STAGE_PATH_MODULE_SQL=${STORAGE_MODULE_SQL_PATH}
|
||||
# =====================
|
||||
# SQL Source Overlay
|
||||
# =====================
|
||||
AC_SQL_SOURCE_PATH=${STORAGE_LOCAL_SOURCE_PATH}/azerothcore-playerbots/data/sql
|
||||
SOURCE_DIR=${MODULES_REBUILD_SOURCE_PATH}
|
||||
AC_SQL_SOURCE_PATH=${MODULES_REBUILD_SOURCE_PATH}/data/sql
|
||||
|
||||
# =====================
|
||||
# Images
|
||||
|
||||
1
setup.sh
1
setup.sh
@@ -1757,6 +1757,7 @@ DB_GUARD_VERIFY_INTERVAL_SECONDS=$(get_template_value "DB_GUARD_VERIFY_INTERVAL_
|
||||
STAGE_PATH_MODULE_SQL=$(get_template_value "STAGE_PATH_MODULE_SQL")
|
||||
|
||||
# SQL Source Overlay
|
||||
SOURCE_DIR=$(get_template_value "SOURCE_DIR")
|
||||
AC_SQL_SOURCE_PATH=$(get_template_value "AC_SQL_SOURCE_PATH")
|
||||
|
||||
# Ports
|
||||
|
||||
Reference in New Issue
Block a user