diff --git a/scripts/setup-authentik.sh b/scripts/setup-authentik.sh index 81c4158..71fc72c 100755 --- a/scripts/setup-authentik.sh +++ b/scripts/setup-authentik.sh @@ -122,7 +122,7 @@ import_blueprint() { # Create blueprint instance local blueprint_response local blueprint_path - blueprint_path="/blueprints/custom/$(basename "$BOOTSTRAP_FILE")" + blueprint_path="custom/$(basename "$BOOTSTRAP_FILE")" blueprint_response=$(curl -k -X POST "$AUTHENTIK_API_URL/managed/blueprints/" \ -H "Content-Type: application/json" \