Commit 4b9f9dc6 authored by tywldx's avatar tywldx
parents bbf982da eb45e182
......@@ -105,8 +105,7 @@ function run_sql_file()
database_list=`grep database_list $work_dir/config/db_config | cut -d "=" -f 2`
if [[ "$sync_db_name" = "all" ]]
then
if [[ "$sync_db_name" = "all" ]];then
echo "sync all database schema"
elif [[ "$sync_db_name" = "all(no_mall)" ]];then
database_list=`echo $database_list | sed 's#mall ##g'`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment