From f8dd949970ffcd455b84eb17404bb91509277bed Mon Sep 17 00:00:00 2001 From: Dan Caseley Date: Mon, 25 Jul 2022 17:01:50 +0100 Subject: [PATCH] Tidy scripts directory --- block_node_from_cluster.sh => scripts/cluster_block_node.sh | 0 reset_cluster_blocking.sh => scripts/cluster_reset_blocking.sh | 0 unblock_federation.sh => scripts/cluster_unblock_federation.sh | 0 unblock_node_from_cluster.sh => scripts/cluster_unblock_node.sh | 0 block_federation.sh => scripts/federation_block_federation.sh | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename block_node_from_cluster.sh => scripts/cluster_block_node.sh (100%) rename reset_cluster_blocking.sh => scripts/cluster_reset_blocking.sh (100%) rename unblock_federation.sh => scripts/cluster_unblock_federation.sh (100%) rename unblock_node_from_cluster.sh => scripts/cluster_unblock_node.sh (100%) rename block_federation.sh => scripts/federation_block_federation.sh (100%) diff --git a/block_node_from_cluster.sh b/scripts/cluster_block_node.sh similarity index 100% rename from block_node_from_cluster.sh rename to scripts/cluster_block_node.sh diff --git a/reset_cluster_blocking.sh b/scripts/cluster_reset_blocking.sh similarity index 100% rename from reset_cluster_blocking.sh rename to scripts/cluster_reset_blocking.sh diff --git a/unblock_federation.sh b/scripts/cluster_unblock_federation.sh similarity index 100% rename from unblock_federation.sh rename to scripts/cluster_unblock_federation.sh diff --git a/unblock_node_from_cluster.sh b/scripts/cluster_unblock_node.sh similarity index 100% rename from unblock_node_from_cluster.sh rename to scripts/cluster_unblock_node.sh diff --git a/block_federation.sh b/scripts/federation_block_federation.sh similarity index 100% rename from block_federation.sh rename to scripts/federation_block_federation.sh