Commit f5c1f897 authored by 智勇's avatar 智勇

format

parent 9508c712
......@@ -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