mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
fix(Bash): Improve db_export script (#4350)
This commit is contained in:
@@ -23,7 +23,7 @@ function export() {
|
||||
database=$1
|
||||
|
||||
var_base_path="DB_"$database"_PATHS"
|
||||
base_path=${!var_base_path}
|
||||
base_path=${!var_base_path%/}
|
||||
|
||||
base_conf="TPATH="$base_path";\
|
||||
CLEANFOLDER=1; \
|
||||
|
||||
0
deps/drassil/mysql-tools/bin/dump-parser
vendored
Normal file → Executable file
0
deps/drassil/mysql-tools/bin/dump-parser
vendored
Normal file → Executable file
Reference in New Issue
Block a user