Explorar el Código

auto update script executed

Toby Chui hace 1 año
padre
commit
8c77e33ef6
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      mod/ganserv/authkey.go

+ 1 - 0
mod/ganserv/authkey.go

@@ -33,6 +33,7 @@ func TryLoadorAskUserForAuthkey() string {
 		b, err := os.ReadFile("/var/lib/zerotier-one/authtoken.secret")
 		if err == nil {
 			log.Println("Zerotier authkey loaded")
+			fmt.Println(authKey)
 			authKey = string(b)
 		} else {
 			log.Println("Unable to read authkey at /var/lib/zerotier-one/authtoken.secret: ", err.Error())