2
0
worker-9 4 жил өмнө
parent
commit
3f327b76fd

+ 4 - 0
netclient/functions/checkin.go

@@ -99,6 +99,10 @@ func checkNodeActions(node *models.Node, network string, servercfg config.Server
 			return ""
 			return ""
 		}
 		}
 		node.Action = ""
 		node.Action = ""
+		if err = config.ModConfig(node); err != nil {
+			return ""
+		}
+		Push(network)
 		return ""
 		return ""
 	}
 	}
 	if node.Action == models.NODE_DELETE {
 	if node.Action == models.NODE_DELETE {