Commit 58cd9784 authored by tywldx's avatar tywldx

fix

parent a250a1ae
#!/bin/bash #!/bin/bash
dbs=`curl http://192.168.4.3:10088/config_server/get_db_config/all/name`\ dbs=`curl http://192.168.4.3:10088/config_server/get_db_config/all/name`\
db_file=/tmp db_file="/tmp"
for db in $dbs for db in $dbs
do do
sql_command=`curl http://192.168.4.3:10088/config_server/get_db_dump_command/${db}` sql_command=`curl http://192.168.4.3:10088/config_server/get_db_dump_command/${db}`
......
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