@@ -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())