diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2022-02-14 01:41:09 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-14 01:41:09 -0800 |
| commit | aa13168b4d792e1353802047adc2e50e2d0ae410 (patch) | |
| tree | 16f11e4e5cefe0dbcd1b45f5ed7bbb16feeeed12 /weed/command/command.go | |
| parent | 6b4f455b1219f2dea8fd7ac1ccc85a33f826d9dc (diff) | |
| parent | fe57a2e770bf666ffb6f901631a7407a593225de (diff) | |
| download | seaweedfs-aa13168b4d792e1353802047adc2e50e2d0ae410.tar.xz seaweedfs-aa13168b4d792e1353802047adc2e50e2d0ae410.zip | |
Merge pull request #2668 from chrislusf/mount2
Mount2
Diffstat (limited to 'weed/command/command.go')
| -rw-r--r-- | weed/command/command.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/command/command.go b/weed/command/command.go index dbc18a053..c6665a7be 100644 --- a/weed/command/command.go +++ b/weed/command/command.go @@ -30,6 +30,7 @@ var Commands = []*Command{ cmdMaster, cmdMasterFollower, cmdMount, + cmdMount2, cmdS3, cmdIam, cmdMsgBroker, |
