reid 2 лет назад
Родитель
Сommit
172ae5d40c
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      config/config.go

+ 1 - 2
config/config.go

@@ -17,7 +17,7 @@ import (
 var (
 	globalConfig       structs.SysConfig
 	logger             = slog.New(slog.NewJSONHandler(os.Stdout, nil))
-	BasePath           string
+	BasePath           = "/opt/nativeplanet/groundseg"
 	Version            = "v2.0.0"
 	Ready              = false
 	VersionServerReady = false
@@ -31,7 +31,6 @@ var (
 	WifiNetworks       []string
 	HttpOpen           = false
 	UploadSecret       string
-	BasePath 		   = "/opt/nativeplanet/groundseg"
 	checkInterval      = 5 * time.Minute
 	confMutex          sync.Mutex
 	versMutex          sync.Mutex