mirror of
https://github.com/gravitl/netmaker.git
synced 2025-11-11 17:20:34 +08:00
bug squashin
This commit is contained in:
parent
72f053b5c2
commit
3f327b76fd
1 changed files with 4 additions and 0 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue