add update salt switch

This commit is contained in:
wh1te909 2020-10-17 21:41:41 -07:00
parent 9a3342fcec
commit 2d4e085b96
1 changed files with 2 additions and 0 deletions

View File

@ -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":