Commit adea5937 authored by daidekun's avatar daidekun

fx

parent b1f9b856
......@@ -90,13 +90,13 @@ then
echo $db_name
done
if [ $run_sql_file ]; then
if [ $run_sql_file = true ]; then
run_sql_file
fi
else
db_schema_sync $sync_db_name
if [ $run_sql_file ]; then
if [ $run_sql_file = true ]; then
run_sql_file
fi
fi
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