Setup script cleanup.

This commit is contained in:
2025-07-06 09:18:28 -07:00
parent c9284a16e0
commit 2a9bdb6c9c
4 changed files with 38 additions and 85 deletions

View File

@@ -72,11 +72,11 @@ else
init_wild_env
fi
CLUSTER_SETUP_DIR="${WC_HOME}/setup/cluster"
CLUSTER_SETUP_DIR="${WC_HOME}/setup/cluster-services"
# Check if cluster setup directory exists
if [ ! -d "$CLUSTER_SETUP_DIR" ]; then
print_error "Cluster setup directory not found: $CLUSTER_SETUP_DIR"
print_error "Cluster services setup directory not found: $CLUSTER_SETUP_DIR"
print_info "Run 'wild-cluster-services-generate' first to generate setup files"
exit 1
fi