修改SQL对比算法

This commit is contained in:
GoEdgeLab
2020-11-16 23:30:47 +08:00
parent 8f92d0c518
commit 7b7e5cf982
21 changed files with 588 additions and 1512 deletions

View File

@@ -41,6 +41,10 @@ function build() {
cp $ROOT"/../../EdgeNode/dist/edge-node-linux-${arch}-v${NodeVersion}.zip" $ROOT/deploy/
done
# build sql
echo "building sql ..."
${ROOT}/sql.sh
# copy files
echo "copying ..."
if [ ! -d $DIST ]; then