diff --git a/weed/shell/command_collection_delete.go b/weed/shell/command_collection_delete.go index 936f35b46..caf52aa9b 100644 --- a/weed/shell/command_collection_delete.go +++ b/weed/shell/command_collection_delete.go @@ -10,7 +10,7 @@ import ( ) func init() { - Commands = append(Commands, &commandCollectionDelete{}) + //Commands = append(Commands, &commandCollectionDelete{}) } type commandCollectionDelete struct { diff --git a/weed/shell/command_fs_mv.go b/weed/shell/command_fs_mv.go index 8e609edc9..73c792efa 100644 --- a/weed/shell/command_fs_mv.go +++ b/weed/shell/command_fs_mv.go @@ -10,7 +10,7 @@ import ( ) func init() { - Commands = append(Commands, &commandFsMv{}) + //Commands = append(Commands, &commandFsMv{}) } type commandFsMv struct { diff --git a/weed/shell/command_fs_rm.go b/weed/shell/command_fs_rm.go index b8445b7e9..2343e91fd 100644 --- a/weed/shell/command_fs_rm.go +++ b/weed/shell/command_fs_rm.go @@ -11,7 +11,7 @@ import ( ) func init() { - Commands = append(Commands, &commandFsRm{}) + //Commands = append(Commands, &commandFsRm{}) } type commandFsRm struct { diff --git a/weed/shell/command_s3_bucket_delete.go b/weed/shell/command_s3_bucket_delete.go index d0b4cb505..0fcbcc40e 100644 --- a/weed/shell/command_s3_bucket_delete.go +++ b/weed/shell/command_s3_bucket_delete.go @@ -11,7 +11,7 @@ import ( ) func init() { - Commands = append(Commands, &commandS3BucketDelete{}) + //Commands = append(Commands, &commandS3BucketDelete{}) } type commandS3BucketDelete struct { diff --git a/weed/shell/command_volume_delete.go b/weed/shell/command_volume_delete.go index eb4473565..e70877cca 100644 --- a/weed/shell/command_volume_delete.go +++ b/weed/shell/command_volume_delete.go @@ -9,7 +9,7 @@ import ( ) func init() { - Commands = append(Commands, &commandVolumeDelete{}) + //Commands = append(Commands, &commandVolumeDelete{}) } type commandVolumeDelete struct {