Commit b012c761 authored by 智勇's avatar 智勇

up

parent 910c331d
...@@ -119,7 +119,7 @@ function run_sql_file() ...@@ -119,7 +119,7 @@ function run_sql_file()
} }
# database_list=`grep database_list $work_dir/config/db_config | cut -d "=" -f 2` # database_list=`grep database_list $work_dir/config/db_config | cut -d "=" -f 2`
database_list=`curl http://192.168.4.3:10088/config_server/get_db_config/all/name` database_list=`curl -s http://192.168.4.3:10088/config_server/get_db_config/all/name`
if [[ "$sync_db_name" = "all" ]];then if [[ "$sync_db_name" = "all" ]];then
echo "sync all database schema" echo "sync all database schema"
......
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