diff --git a/main.go b/main.go index b06f465..1824082 100644 --- a/main.go +++ b/main.go @@ -73,6 +73,8 @@ func main() { a.SyncMeshNodeID() case "cleanup": a.UninstallCleanup() + case "updatesalt": + a.UpdateSalt() case "fixsalt": // deprecated, will be removed in future release return case "taskrunner":