Commit 61ea7450 authored by daidekun's avatar daidekun

change

parent 1e77309a
...@@ -59,7 +59,7 @@ function db_schema_sync() ...@@ -59,7 +59,7 @@ function db_schema_sync()
sh $work_dir/db_import.sh $database $target_db_host $db_backup_sub_folders sh $work_dir/db_import.sh $database $target_db_host $db_backup_sub_folders
echo "Step 4: sync schema: $database $target_db_host" echo "Step 4: sync schema: $database $target_db_host"
sync_cmd="mysql-schema-sync -conf ${config_file_name} -sync" sync_cmd="mss -conf ${config_file_name} -sync"
echo "${sync_cmd}" echo "${sync_cmd}"
$sync_cmd $sync_cmd
} }
......
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