Commit d6cad15c authored by brankbao(包健)'s avatar brankbao(包健) Committed by GitHub
Browse files

#115 wecube 数据库镜像编译错误

Showing with 1 addition and 1 deletion
+1 -1
......@@ -5,7 +5,7 @@ cp -r ../../wecube-core/src/main/resources/database database
TEXT='use wecube;'
cd database
for i in `ls -1 ./*`; do
for i in `ls -1 ./*.sql`; do
CONTENTS=`cat $i`
echo $TEXT > $i
echo $CONTENTS >> $i
......
Supports Markdown
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