改进编译脚本

This commit is contained in:
GoEdgeLab
2020-10-14 14:46:22 +08:00
parent 2c9fffa4db
commit 8c206d997e
7 changed files with 202 additions and 33 deletions

View File

@@ -7,6 +7,7 @@ import (
var isConfigured bool
// 判断系统是否已经配置过
// TODO 检查节点版本和数据库版本是否一致,如果不一致则跳转到升级页面
func IsConfigured() bool {
if isConfigured {
return true