优化代码

This commit is contained in:
刘祥超
2022-08-09 22:59:37 +08:00
parent d1d0ff062b
commit c0a35eb5e7
3 changed files with 19 additions and 2 deletions

View File

@@ -2,7 +2,10 @@
package teaconst
import "github.com/TeaOSLab/EdgeCommon/pkg/nodeconfigs"
import (
"github.com/TeaOSLab/EdgeCommon/pkg/nodeconfigs"
"os"
)
var (
// 流量统计
@@ -12,7 +15,7 @@ var (
NodeId int64 = 0
NodeIdString = ""
IsDaemon = false
IsDaemon = len(os.Args) > 1 && os.Args[1] == "daemon"
GlobalProductName = nodeconfigs.DefaultProductName