fix(Bash): Improve db_export script (#4350)

This commit is contained in:
Peter
2021-01-28 22:49:28 +01:00
committed by GitHub
parent b905ce8c35
commit adc525f813
2 changed files with 1 additions and 1 deletions

View File

@@ -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
View File