From 518cffbf307202507aca3032b52cc30be076fdfe Mon Sep 17 00:00:00 2001 From: "Ben D." <=> Date: Fri, 24 Apr 2026 09:42:20 -0700 Subject: [PATCH] Corrected path --- scripts/onboard_client.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/onboard_client.sh b/scripts/onboard_client.sh index 89735a3..1a4f842 100755 --- a/scripts/onboard_client.sh +++ b/scripts/onboard_client.sh @@ -161,7 +161,7 @@ fi PROJECT_NAME="${PROJECT_NAME_OVERRIDE:-Client - ${CLIENT_NAME}}" KEY_FILE="/root/.ssh/client_${CLIENT_SLUG}" -INVENTORY_DIR="$REPO_DIR/inventories/clients${CLIENT_SLUG}" +INVENTORY_DIR="$REPO_DIR/inventories/clients/${CLIENT_SLUG}" INVENTORY_REPO_PATH="inventories/clients/${CLIENT_SLUG}/hosts.yml" # Determine hypervisor type for inventory