From 2d4e085b967d24e6df83a1354efa3177fda8519e Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Sat, 17 Oct 2020 21:41:41 -0700 Subject: [PATCH] add update salt switch --- main.go | 2 ++ 1 file changed, 2 insertions(+) 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":