We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f4c76c commit d839ad6Copy full SHA for d839ad6
cardano_node_tests/cluster_scripts/testnets/start-cluster
@@ -36,7 +36,7 @@ if [ -e "$SCRIPT_DIR/shell_env" ]; then
36
source "$SCRIPT_DIR/shell_env"
37
fi
38
39
-if ! ( rm -rf "$STATE_CLUSTER" || rm -rf "$STATE_CLUSTER"; ); then
+if ! rm_retry "$STATE_CLUSTER"; then
40
echo "Could not remove existing '$STATE_CLUSTER'" >&2
41
exit 1
42
0 commit comments