Commit aa2f3fc3 authored by 魏艺敏's avatar 魏艺敏

Merge branch 'master' of http://git.wanmeizhensuo.com/zhaojianwei/bi-report into weiyimin

parents 8a90473c 830645d1
......@@ -11,8 +11,8 @@ if [ $# -lt 1 ]; then
fi
#判断sql脚本是否存在
project_name=$1
sql_path="/home/bi/bi-report/sqls/$project_name/$project_name.sql"
dir_name=$1
sql_path="/home/bi/bi-report/sqls/$dir_name/$dir_name.sql"
if [ ! -f $sql_path ]; then
echo "Param project_name error, please check again!"
exit 0
......
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