mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-05 16:57:51 +08:00
bug squashin
This commit is contained in:
@@ -99,6 +99,10 @@ func checkNodeActions(node *models.Node, network string, servercfg config.Server
|
||||
return ""
|
||||
}
|
||||
node.Action = ""
|
||||
if err = config.ModConfig(node); err != nil {
|
||||
return ""
|
||||
}
|
||||
Push(network)
|
||||
return ""
|
||||
}
|
||||
if node.Action == models.NODE_DELETE {
|
||||
|
Reference in New Issue
Block a user