ventura mesh fix
This commit is contained in:
parent
e51e4ccf83
commit
8e6858778b
5 changed files with 137 additions and 0 deletions
2
main.go
2
main.go
|
|
@ -119,6 +119,8 @@ func main() {
|
|||
a.RunMigrations()
|
||||
case "recovermesh":
|
||||
a.RecoverMesh()
|
||||
case "macventurafix":
|
||||
a.FixVenturaMesh()
|
||||
case "taskrunner":
|
||||
if len(os.Args) < 5 || *taskPK == 0 {
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue