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

@@ -64,8 +64,8 @@ fi
print_header "Cluster Services Setup Generation"
SOURCE_DIR="${WC_ROOT}/setup/cluster"
DEST_DIR="${WC_HOME}/setup/cluster"
SOURCE_DIR="${WC_ROOT}/setup/cluster-services"
DEST_DIR="${WC_HOME}/setup/cluster-services"
# Check if source directory exists
if [ ! -d "$SOURCE_DIR" ]; then